mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
[FancyZones Editor] memory leaks crash fix (#12876)
This commit is contained in:
@@ -21,10 +21,6 @@ namespace FancyZonesEditor.ViewModels
|
||||
|
||||
public static double DesktopPreviewMultiplier { get; private set; }
|
||||
|
||||
public RelayCommand AddCommand { get; set; }
|
||||
|
||||
public RelayCommand DeleteCommand { get; set; }
|
||||
|
||||
public RelayCommand<MonitorInfoModel> SelectCommand { get; set; }
|
||||
|
||||
public MonitorViewModel()
|
||||
|
||||
Reference in New Issue
Block a user