MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / lockGUI

Method lockGUI

src/settings.cpp:2119–2122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2117InterfaceSettings::InterfaceSettings(QSettings& settings) : m_Settings(settings) {}
2118
2119bool InterfaceSettings::lockGUI() const
2120{
2121 return get<bool>(m_Settings, "Settings", "lock_gui", true);
2122}
2123
2124void InterfaceSettings::setLockGUI(bool b)
2125{

Callers 3

postRunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected