From ed9aa75314e1cd5b4bd4573ff8914024ef49ff1b Mon Sep 17 00:00:00 2001 From: Tatsuya79 Date: Fri, 17 Jul 2020 10:46:17 +0200 Subject: [PATCH] qt: add 'cheats applied' visibility toggle --- ui/drivers/qt/options/osd.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/drivers/qt/options/osd.cpp b/ui/drivers/qt/options/osd.cpp index 01b07e0ecb..cf9a78640a 100644 --- a/ui/drivers/qt/options/osd.cpp +++ b/ui/drivers/qt/options/osd.cpp @@ -63,6 +63,7 @@ QWidget *NotificationsPage::widget() notificationsGroup->add(MENU_ENUM_LABEL_NOTIFICATION_SHOW_REMAP_LOAD); notificationsGroup->add(MENU_ENUM_LABEL_NOTIFICATION_SHOW_CONFIG_OVERRIDE_LOAD); notificationsGroup->add(MENU_ENUM_LABEL_NOTIFICATION_SHOW_FAST_FORWARD); + notificationsGroup->add(MENU_ENUM_LABEL_NOTIFICATION_SHOW_CHEATS_APPLIED); layout->addWidget(notificationsGroup);