mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
[FancyZones] Remove resolution from "device-id" (#17412)
* removed resolution from device id * update applied layouts device id * app zone history device id updated * moved old device id parsing * updated tests * remove resolution in the editor * remove resolution from device id generation * update editor params
This commit is contained in:
@@ -5,6 +5,22 @@
|
||||
|
||||
#include <common/SettingsAPI/settings_helpers.h>
|
||||
|
||||
namespace NonLocalizable
|
||||
{
|
||||
namespace AppZoneHistoryIds
|
||||
{
|
||||
const static wchar_t* AppZoneHistoryID = L"app-zone-history";
|
||||
const static wchar_t* AppPathID = L"app-path";
|
||||
const static wchar_t* HistoryID = L"history";
|
||||
const static wchar_t* LayoutIndexesID = L"zone-index-set";
|
||||
const static wchar_t* LayoutIdID = L"zoneset-uuid";
|
||||
const static wchar_t* DeviceIdID = L"device-id";
|
||||
const static wchar_t* DeviceID = L"device";
|
||||
const static wchar_t* MonitorID = L"monitor";
|
||||
const static wchar_t* VirtualDesktopID = L"virtual-desktop";
|
||||
}
|
||||
}
|
||||
|
||||
class AppZoneHistory
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user