From 6ff1d9d960e9d72af0ad8706b0abaad81e8a1b6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ta=C5=84ski?= Date: Thu, 29 Jul 2021 10:42:09 +0200 Subject: [PATCH] [EGD-7054] Changed the default focused app in the menu The focused app on entering the menu for the first time is "contacts" --- module-apps/application-desktop/windows/MenuWindow.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module-apps/application-desktop/windows/MenuWindow.hpp b/module-apps/application-desktop/windows/MenuWindow.hpp index eade95aa1bec29002c68f4a9ea66b6df34a50ed8..ccf31a45f93432a01dba3ebbe91753d6856b1877 100644 --- a/module-apps/application-desktop/windows/MenuWindow.hpp +++ b/module-apps/application-desktop/windows/MenuWindow.hpp @@ -38,7 +38,7 @@ namespace gui public: bool first_time_selection = true; /// position of element which should be selected on start - const unsigned int first_time_selected = 3; + const unsigned int first_time_selected = 4; UTF8 title; MenuPage(gui::Item *parent, UTF8 title, std::vector tiles);