~aleteoryx/muditaos

290e930d0f8be8a448c19f98dda068989855d623 — Lefucjusz 1 year, 6 months ago 1eaf2e3
[BH-2000] Change order of entries in Settings

Changed order of entries in Settings menu, so
that they're grouped in logical categories.
M harmony_changelog.md => harmony_changelog.md +1 -0
@@ 13,6 13,7 @@
### Changed / Improved
* Changed the refresh rate of the progress bar screen
* Extended range of supported chargers.
* Changed order of options in Settings menu.

## [2.7.0 2024-05-20]


M products/BellHybrid/apps/application-bell-settings/windows/BellSettingsWindow.cpp => products/BellHybrid/apps/application-bell-settings/windows/BellSettingsWindow.cpp +2 -2
@@ 65,12 65,12 @@ namespace gui
        addWinSettings(
            utils::translate("app_bell_settings_language"), gui::window::name::bellSettingsLanguage, defaultCallback);
        addWinSettings(
            utils::translate("app_bell_settings_frontlight"), gui::BellSettingsFrontlightWindow::name, defaultCallback);
        addWinSettings(
            utils::translate("app_bell_settings_shortcuts"), window::name::bellSettingsShortcuts, defaultCallback);
        addWinSettings(utils::translate("app_bell_update_instruction_title"),
                       window::name::bellSettingsUpdateInstruction,
                       defaultCallback);
        addWinSettings(
            utils::translate("app_bell_settings_frontlight"), gui::BellSettingsFrontlightWindow::name, defaultCallback);
        addWinSettings(utils::translate("app_bell_settings_about"), gui::AboutYourBellWindow::name, defaultCallback);
        addWinSettings(
            utils::translate("app_bell_settings_turn_off"), BellTurnOffOptionWindow::defaultName, defaultCallback);