This commit is contained in:
Alin
2024-06-14 17:44:33 -06:00
parent ca0785f275
commit 1f2e1202a8
12 changed files with 345 additions and 137 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ struct PearcleanerApp: App {
@AppStorage("settings.interface.selectedMenubarIcon") var selectedMenubarIcon: String = "trash"
@State private var search = ""
@State private var showPopover: Bool = false
let conditionManager = ConditionManager.shared
var body: some Scene {
@@ -127,7 +127,7 @@ struct PearcleanerApp: App {
// Get new features
getFeatures(appState: appState, features: $features)
// Load extra conditions from GitHub
loadConditionsFromGitHub()
// loadConditionsFromGitHub() // REPLACE THIS WITH NEW CONDITION MANAGER
}
}