mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-18 22:43:31 +08:00
default 'flashZones' to false
This commit is contained in:
parent
7aeac4996b
commit
1430332b98
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user