MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / Exit

Method Exit

TranslucentTB/mainappwindow.cpp:279–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279void MainAppWindow::Exit()
280{
281 m_App.GetConfigManager().SaveConfig();
282 m_App.Shutdown();
283}
284
285TaskbarAppearance &MainAppWindow::GetConfigForState(const txmp::TaskbarState &state)
286{

Callers

nothing calls this directly

Calls 2

SaveConfigMethod · 0.80
ShutdownMethod · 0.80

Tested by

no test coverage detected