mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
[FancyZones]Monitor identification (#19077)
* moved monitors identifying * changed device id * get wmi info * convert old data * save/load applied layouts * changed monitor identification * id comparison * save/load app zone history * moved com and security init * update ids in editor * lib fix * updated tests * changed comparison * tests * updated id comparison * updated log * moved definition * spell check * resolve conflicts * refactoring * update serial numbers if possible
This commit is contained in:
@@ -6,6 +6,8 @@ namespace NonLocalizable
|
||||
{
|
||||
const static wchar_t* Dpi = L"dpi";
|
||||
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* 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