mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 05:06:36 +02:00
Changed default value of m_enabled (#1756)
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user