mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-18 06:29:44 +08:00
Changed default value of m_enabled (#1756)
This commit is contained in:
parent
068e803bc8
commit
2aa12631f8
@ -40,7 +40,7 @@ class WindowWalker : public PowertoyModuleIface
|
||||
{
|
||||
private:
|
||||
// The PowerToy state.
|
||||
bool m_enabled = true;
|
||||
bool m_enabled = false;
|
||||
|
||||
// Load initial settings from the persisted values.
|
||||
void init_settings();
|
||||
|
Loading…
Reference in New Issue
Block a user