mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 19:57:57 +01:00
Fix span accross monitors feature (#6335)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user