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

Method DisableSavingSettingsChanged

TranslucentTB/mainappwindow.cpp:226–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226void MainAppWindow::DisableSavingSettingsChanged(bool disabled) noexcept
227{
228 m_App.GetConfigManager().GetConfig().DisableSaving = disabled;
229}
230
231void MainAppWindow::ResetDynamicStateRequested()
232{

Callers 1

RegisterMenuHandlersMethod · 0.80

Calls 1

GetConfigMethod · 0.80

Tested by

no test coverage detected