mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-31 10:36:30 +03:00
Status Bar + Build WIP
This commit is contained in:
@@ -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" ) )
|
||||
|
||||
Reference in New Issue
Block a user