From dc5afdccf961ecd91f571bb8ce774be5d52f6f6f Mon Sep 17 00:00:00 2001 From: Tatsuya79 Date: Tue, 25 Feb 2020 19:18:57 +0100 Subject: [PATCH] qt: move gfx widget option to OSD --- 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 de154a6279..2208422014 100644 --- a/ui/drivers/qt/options/osd.cpp +++ b/ui/drivers/qt/options/osd.cpp @@ -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);