Removing "multiple criteria" setting

This commit is contained in:
Xjph 2021-11-22 11:20:14 -03:30
commit 76dada8651

View file

@ -80,9 +80,6 @@ namespace Observatory.Explorer
[SettingDisplayName("All Surface Mats In System")] [SettingDisplayName("All Surface Mats In System")]
public bool GoldSystem { get; set; } public bool GoldSystem { get; set; }
[SettingDisplayName("Multiple Criteria Notification")]
public bool MultipleCriteria { get; set; }
[SettingDisplayName("Enable Custom Criteria")] [SettingDisplayName("Enable Custom Criteria")]
public bool EnableCustomCriteria { get; set; } public bool EnableCustomCriteria { get; set; }