Per-Game Settings: options to reset game settings (#6219)

This commit is contained in:
Vitor K
2022-12-17 12:04:31 -03:00
committed by GitHub
parent cb82ffbe20
commit 812c4fa059
4 changed files with 34 additions and 1 deletions

View File

@@ -43,6 +43,9 @@ public:
/// Save all button configurations to settings file
void ApplyConfiguration();
/// Reset the settings for this game
void ResetDefaults();
private:
void changeEvent(QEvent* event) override;
void RetranslateUI();