mirror of
https://github.com/limo-app/limo.git
synced 2025-12-23 23:07:52 -05:00
update changelog
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -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()));
|
||||
|
||||
Reference in New Issue
Block a user