mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
[FancyZones] Monitor id comparison fix (#19312)
* added monitor number to id comparison * added monitor number to id in editor * empty serial number comparison
This commit is contained in:
@@ -8,6 +8,7 @@ namespace NonLocalizable
|
||||
const static wchar_t* MonitorNameId = L"monitor";
|
||||
const static wchar_t* MonitorInstanceId = L"monitor-instance-id";
|
||||
const static wchar_t* MonitorSerialNumberId = L"monitor-serial-number";
|
||||
const static wchar_t* MonitorNumberId = L"monitor-number";
|
||||
const static wchar_t* VirtualDesktopId = L"virtual-desktop";
|
||||
const static wchar_t* TopCoordinate = L"top-coordinate";
|
||||
const static wchar_t* LeftCoordinate = L"left-coordinate";
|
||||
|
||||
Reference in New Issue
Block a user