From 76dada865107f9f04ad428bcc41572439f2e163a Mon Sep 17 00:00:00 2001 From: Xjph Date: Mon, 22 Nov 2021 11:20:14 -0330 Subject: [PATCH] Removing "multiple criteria" setting --- ObservatoryExplorer/ExplorerSettings.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/ObservatoryExplorer/ExplorerSettings.cs b/ObservatoryExplorer/ExplorerSettings.cs index 2453ac5..0db15bb 100644 --- a/ObservatoryExplorer/ExplorerSettings.cs +++ b/ObservatoryExplorer/ExplorerSettings.cs @@ -80,9 +80,6 @@ namespace Observatory.Explorer [SettingDisplayName("All Surface Mats In System")] public bool GoldSystem { get; set; } - [SettingDisplayName("Multiple Criteria Notification")] - public bool MultipleCriteria { get; set; } - [SettingDisplayName("Enable Custom Criteria")] public bool EnableCustomCriteria { get; set; }