Status Bar + Build WIP

This commit is contained in:
Martín Lucas Golini
2023-04-07 20:01:16 -03:00
parent 74b271002e
commit 3d86c2e1e3
23 changed files with 693 additions and 65 deletions

View File

@@ -889,6 +889,10 @@ UIMenu* SettingsMenu::createWindowMenu() {
->addCheckBox( i18n( "show_side_panel", "Show Side Panel" ),
mApp->getConfig().ui.showSidePanel, getKeybind( "switch-side-panel" ) )
->setId( "show-side-panel" );
mWindowMenu
->addCheckBox( i18n( "show_status_bar", "Show Status Bar" ),
mApp->getConfig().ui.showSidePanel, getKeybind( "toggle-status-bar" ) )
->setId( "toggle-status-bar" );
mWindowMenu
->add( i18n( "move_panel_left", "Move panel to left..." ), findIcon( "layout-left" ),
getKeybind( "layout-left" ) )