feat: added an option to synchronize the fans (the mode only for now) control (#975)

This commit is contained in:
Serhiy Mytrovtsiy
2022-06-27 19:15:48 +02:00
parent 93f63e7830
commit cc96226008
4 changed files with 59 additions and 5 deletions

View File

@@ -227,7 +227,6 @@ class ApplicationSettings: NSStackView {
}
Store.shared.set(key: "update-interval", value: key)
NotificationCenter.default.post(name: .changeCronInterval, object: nil, userInfo: nil)
}
@objc private func toggleTemperatureUnits(_ sender: NSMenuItem) {