removing default values

This commit is contained in:
Clint Rutkas
2020-11-18 11:40:59 -08:00
parent 0669fbcc27
commit f113aadb68
6 changed files with 7 additions and 7 deletions

View File

@@ -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>();