Merge pull request #10163 from Tatsuya79/patch-7

qt: move gfx widget option to OSD
This commit is contained in:
Twinaphex 2020-02-25 20:16:12 +01:00 committed by GitHub
commit e43f34376d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -52,6 +52,7 @@ QWidget *NotificationsPage::widget()
notificationsGroup->addRow(bgGroup);
notificationsGroup->add(MENU_ENUM_LABEL_MENU_WIDGETS_ENABLE);
notificationsGroup->add(MENU_ENUM_LABEL_MENU_WIDGET_SCALE_AUTO);
notificationsGroup->add(MENU_ENUM_LABEL_MENU_WIDGET_SCALE_FACTOR);

View File

@ -45,7 +45,6 @@ QWidget *UserInterfacePage::widget()
rarch_setting_t *kioskMode = menu_setting_find_enum(MENU_ENUM_LABEL_MENU_ENABLE_KIOSK_MODE);
menuGroup->add(MENU_ENUM_LABEL_SHOW_ADVANCED_SETTINGS);
menuGroup->add(MENU_ENUM_LABEL_MENU_WIDGETS_ENABLE);
/* only on XMB and Ozone*/
if (kioskMode)