mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
[FancyZones] Added persistence to app zone history (#3132)
* Persist app zone history in a separate file * Almost ready to be functionally tested * Now all unit tests pass * Bug fixes, it seems to work * Various fixups * Improved performance of FancyZones::UpdateWindowsPositions()
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#define ZONE_STAMP L"FancyZones_zone"
|
||||
#define MULTI_ZONE_STAMP L"FancyZones_zones"
|
||||
#include <common/settings_objects.h>
|
||||
|
||||
struct Settings
|
||||
|
||||
Reference in New Issue
Block a user