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

Method ConfigurationChanged

TranslucentTB/mainappwindow.cpp:328–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328void MainAppWindow::ConfigurationChanged()
329{
330 const Config &config = m_App.GetConfigManager().GetConfig();
331
332 UpdateTrayVisibility(!config.HideTray.value_or(false));
333 SetXamlContextMenuOverride(config.UseXamlContextMenu);
334}
335
336void MainAppWindow::RemoveHideTrayIconOverride()
337{

Callers 2

Calls 1

GetConfigMethod · 0.80

Tested by

no test coverage detected