| 1310 | } |
| 1311 | |
| 1312 | void App::switchSidePanel() { |
| 1313 | mConfig.ui.showSidePanel = !mConfig.ui.showSidePanel; |
| 1314 | mSettings->updateViewMenu(); |
| 1315 | showSidePanel( mConfig.ui.showSidePanel ); |
| 1316 | } |
| 1317 | |
| 1318 | void App::switchStatusBar() { |
| 1319 | mConfig.ui.showStatusBar = !mConfig.ui.showStatusBar; |
nothing calls this directly
no test coverage detected