Modifying the startup behaviour of the FancyZones Layout Editor

Add setting to allow to choose if the FZ editor opens in the screen where mouse cursor is or where the active windows is.
This commit is contained in:
cedi
2019-09-28 15:29:29 +01:00
committed by Enrico Giordani
parent a8f0d3298f
commit faf1fae873
7 changed files with 108 additions and 72 deletions

View File

@@ -13,6 +13,7 @@ struct Settings
bool overrideSnapHotkeys = false;
bool appLastZone_moveWindows = false;
bool use_standalone_editor = true;
bool use_cursorpos_editor_startupscreen = true;
std::wstring zoneHightlightColor = L"#0078D7";
};