Qt: Fix shutdown and save state in fullscreen UI
This commit is contained in:
@@ -94,7 +94,7 @@ public Q_SLOTS:
|
||||
void cancelGameListRefresh();
|
||||
|
||||
void runOnUIThread(const std::function<void()>& func);
|
||||
bool requestShutdown(bool allow_confirm = true, bool allow_save_to_state = true, bool block_until_done = false);
|
||||
bool requestShutdown(bool allow_confirm = true, bool allow_save_to_state = true, bool save_state = true, bool block_until_done = false);
|
||||
void requestExit(bool allow_save_to_state = true);
|
||||
void checkForSettingChanges();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user