1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-08 23:36:34 -05:00

Fixes and improvements

This commit is contained in:
boludoz
2023-10-15 03:16:29 -03:00
parent 3062a35eb1
commit 0a75519ab5
3 changed files with 32 additions and 13 deletions

View File

@@ -144,7 +144,7 @@ bool SaveIconToFile(const QImage& image, const std::filesystem::path& icon_path)
}
return true;
#endif
#else
return false;
#endif
}