diff --git a/ui/drivers/qt/options/ui.cpp b/ui/drivers/qt/options/ui.cpp index 89819ea4bb..19da79a658 100644 --- a/ui/drivers/qt/options/ui.cpp +++ b/ui/drivers/qt/options/ui.cpp @@ -71,6 +71,7 @@ QWidget *UserInterfacePage::widget() menuGroup->add(MENU_ENUM_LABEL_UI_COMPANION_ENABLE); menuGroup->add(MENU_ENUM_LABEL_UI_COMPANION_START_ON_BOOT); menuGroup->add(MENU_ENUM_LABEL_UI_MENUBAR_ENABLE); + menuGroup->add(MENU_ENUM_LABEL_MENU_SCROLL_FAST); /* layout->add(MENU_ENUM_LABEL_DESKTOP_MENU_ENABLE); */ desktopGroup->add(MENU_ENUM_LABEL_UI_COMPANION_TOGGLE);