feat: added an option to disable combined popup view

This commit is contained in:
Serhiy Mytrovtsiy
2024-04-11 19:05:50 +02:00
parent a7cc898e16
commit 10c69b2bd3
3 changed files with 34 additions and 21 deletions

View File

@@ -259,6 +259,7 @@ public extension Notification.Name {
static let moduleRearrange = Notification.Name("moduleRearrange")
static let pause = Notification.Name("pause")
static let toggleFanControl = Notification.Name("toggleFanControl")
static let combinedModulesPopup = Notification.Name("combinedModulesPopup")
}
public var isARM: Bool {