~aleteoryx/muditaos

6ff1d9d960e9d72af0ad8706b0abaad81e8a1b6b — Piotr Tański 4 years ago f9d7e2e
[EGD-7054] Changed the default focused app in the menu

The focused app on entering the menu for the first time is "contacts"
1 files changed, 1 insertions(+), 1 deletions(-)

M module-apps/application-desktop/windows/MenuWindow.hpp
M module-apps/application-desktop/windows/MenuWindow.hpp => module-apps/application-desktop/windows/MenuWindow.hpp +1 -1
@@ 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<Tile *> tiles);