Add a configuration entry to enable/disable the check

This commit is contained in:
LittleWhite 2016-01-13 18:40:41 +01:00
parent c2b210f713
commit 973a6c40da
2 changed files with 10 additions and 9 deletions

View file

@ -129,6 +129,7 @@ private:
GPUCommandListWidget* graphicsCommandsWidget;
QAction* actions_recent_files[max_recent_files_item];
bool confirm_before_closing;
};
#endif // _CITRA_QT_MAIN_HXX_