Fixes and improvements

This commit is contained in:
boludoz 2023-10-15 03:16:29 -03:00
parent 0163900fe5
commit 3c88da66a3
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
}