Changed default value of m_enabled (#1756)

This commit is contained in:
Arjun Balgovind
2020-03-27 14:35:42 -07:00
committed by GitHub
parent 068e803bc8
commit 2aa12631f8

View File

@@ -40,7 +40,7 @@ class WindowWalker : public PowertoyModuleIface
{ {
private: private:
// The PowerToy state. // The PowerToy state.
bool m_enabled = true; bool m_enabled = false;
// Load initial settings from the persisted values. // Load initial settings from the persisted values.
void init_settings(); void init_settings();