qt: move gfx widget option to OSD

This commit is contained in:
Tatsuya79 2020-02-25 19:18:57 +01:00 committed by GitHub
parent a7e4bfe479
commit dc5afdccf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);