| 277 | } |
| 278 | |
| 279 | void MainAppWindow::Exit() |
| 280 | { |
| 281 | m_App.GetConfigManager().SaveConfig(); |
| 282 | m_App.Shutdown(); |
| 283 | } |
| 284 | |
| 285 | TaskbarAppearance &MainAppWindow::GetConfigForState(const txmp::TaskbarState &state) |
| 286 | { |
nothing calls this directly
no test coverage detected