mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-04 03:49:07 +08:00
Fix span accross monitors feature (#6335)
This commit is contained in:
parent
41559d8742
commit
e84a293642
@ -50,6 +50,7 @@ namespace Microsoft.PowerToys.Settings.UI.Lib.ViewModels
|
|||||||
_restoreSize = Settings.Properties.FancyzonesRestoreSize.Value;
|
_restoreSize = Settings.Properties.FancyzonesRestoreSize.Value;
|
||||||
_useCursorPosEditorStartupScreen = Settings.Properties.UseCursorposEditorStartupscreen.Value;
|
_useCursorPosEditorStartupScreen = Settings.Properties.UseCursorposEditorStartupscreen.Value;
|
||||||
_showOnAllMonitors = Settings.Properties.FancyzonesShowOnAllMonitors.Value;
|
_showOnAllMonitors = Settings.Properties.FancyzonesShowOnAllMonitors.Value;
|
||||||
|
_spanZonesAcrossMonitors = Settings.Properties.FancyzonesSpanZonesAcrossMonitors.Value;
|
||||||
_makeDraggedWindowTransparent = Settings.Properties.FancyzonesMakeDraggedWindowTransparent.Value;
|
_makeDraggedWindowTransparent = Settings.Properties.FancyzonesMakeDraggedWindowTransparent.Value;
|
||||||
_highlightOpacity = Settings.Properties.FancyzonesHighlightOpacity.Value;
|
_highlightOpacity = Settings.Properties.FancyzonesHighlightOpacity.Value;
|
||||||
_excludedApps = Settings.Properties.FancyzonesExcludedApps.Value;
|
_excludedApps = Settings.Properties.FancyzonesExcludedApps.Value;
|
||||||
|
@ -9,7 +9,7 @@ namespace ZonedWindowProperties
|
|||||||
const wchar_t PropertyRestoreSizeID[] = L"FancyZones_RestoreSize";
|
const wchar_t PropertyRestoreSizeID[] = L"FancyZones_RestoreSize";
|
||||||
const wchar_t PropertyRestoreOriginID[] = L"FancyZones_RestoreOrigin";
|
const wchar_t PropertyRestoreOriginID[] = L"FancyZones_RestoreOrigin";
|
||||||
|
|
||||||
const wchar_t MultiMonitorDeviceID[] = L"FancyZones_MultiMonitorDevice";
|
const wchar_t MultiMonitorDeviceID[] = L"FancyZones#MultiMonitorDevice";
|
||||||
}
|
}
|
||||||
|
|
||||||
struct Settings
|
struct Settings
|
||||||
|
Loading…
Reference in New Issue
Block a user