mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-21 21:37:52 +00:00
Fixes and improvements
This commit is contained in:
parent
0163900fe5
commit
3c88da66a3
3 changed files with 32 additions and 13 deletions
|
@ -152,7 +152,7 @@ class GMainWindow : public QMainWindow {
|
|||
UI_EMU_STOPPING,
|
||||
};
|
||||
|
||||
const enum {
|
||||
enum {
|
||||
CREATE_SHORTCUT_MSGBOX_FULLSCREEN_YES,
|
||||
CREATE_SHORTCUT_MSGBOX_SUCCESS,
|
||||
CREATE_SHORTCUT_MSGBOX_ERROR,
|
||||
|
|
|
@ -144,7 +144,7 @@ bool SaveIconToFile(const QImage& image, const std::filesystem::path& icon_path)
|
|||
}
|
||||
|
||||
return true;
|
||||
#endif
|
||||
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue