configure_general: Add an option to reset defaults

This commit is contained in:
fearlessTobi 2018-10-27 22:43:29 +02:00
parent 129ca865b3
commit 96ee82c464
3 changed files with 24 additions and 0 deletions

View file

@ -21,6 +21,7 @@ public:
~ConfigureGeneral();
void PopulateHotkeyList(const HotkeyRegistry& registry);
void ResetDefaults();
void applyConfiguration();
void retranslateUi();