mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
removing default values
This commit is contained in:
@@ -185,7 +185,7 @@ namespace FancyZonesEditor.Models
|
||||
return _customModels;
|
||||
}
|
||||
|
||||
private static ObservableCollection<LayoutModel> _customModels = null;
|
||||
private static ObservableCollection<LayoutModel> _customModels;
|
||||
private static List<string> _deletedCustomModels = new List<string>();
|
||||
private static List<JsonElement> _createdCustomLayouts = new List<JsonElement>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user