Merge pull request #11034 from Tatsuya79/patch-4
qt: add 'cheats applied' visibility toggle
This commit is contained in:
commit
5909f946d5
|
@ -64,6 +64,7 @@ QWidget *NotificationsPage::widget()
|
|||
notificationsGroup->add(MENU_ENUM_LABEL_NOTIFICATION_SHOW_CONFIG_OVERRIDE_LOAD);
|
||||
notificationsGroup->add(MENU_ENUM_LABEL_NOTIFICATION_SHOW_SET_INITIAL_DISK);
|
||||
notificationsGroup->add(MENU_ENUM_LABEL_NOTIFICATION_SHOW_FAST_FORWARD);
|
||||
notificationsGroup->add(MENU_ENUM_LABEL_NOTIFICATION_SHOW_CHEATS_APPLIED);
|
||||
|
||||
layout->addWidget(notificationsGroup);
|
||||
|
||||
|
|
Loading…
Reference in New Issue