update changelog

This commit is contained in:
Limo
2025-05-02 22:31:33 +02:00
parent edbdf07be8
commit 9b805ab924
2 changed files with 3 additions and 1 deletions

View File

@@ -17,7 +17,8 @@
},
{
"type" : 2,
"short_description" : "Fixed crash on mod import during root level detection"
"short_description" : "Fixed crash on mod import during root level detection",
"issue" : 176
}
]
},

View File

@@ -21,6 +21,7 @@ ChangelogDialog::ChangelogDialog(bool is_flatpak, QWidget* parent) :
if(!is_flatpak && sfs::exists("install_files"))
path = "install_files";
path /= "changelogs.json";
Log::debug(std::format("Changelog path: '{}'", path.string()));
if(!sfs::exists(path))
{
Log::error(std::format("Could not find changelog file at '{}'.", path.string()));