mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-24 04:00:02 +01:00
default 'flashZones' to false
This commit is contained in:
@@ -8,7 +8,7 @@ struct Settings
|
||||
bool shiftDrag = true;
|
||||
bool displayChange_moveWindows = false;
|
||||
bool virtualDesktopChange_moveWindows = false;
|
||||
bool zoneSetChange_flashZones = true;
|
||||
bool zoneSetChange_flashZones = false;
|
||||
bool zoneSetChange_moveWindows = false;
|
||||
bool overrideSnapHotkeys = false;
|
||||
bool appLastZone_moveWindows = false;
|
||||
|
||||
Reference in New Issue
Block a user