diff --git a/Stats.xcodeproj/xcshareddata/xcschemes/SMC.xcscheme b/Stats.xcodeproj/xcshareddata/xcschemes/SMC.xcscheme index f5e00730..bbae5fcd 100644 --- a/Stats.xcodeproj/xcshareddata/xcschemes/SMC.xcscheme +++ b/Stats.xcodeproj/xcshareddata/xcschemes/SMC.xcscheme @@ -1,6 +1,6 @@ + isEnabled = "NO"> + argument = "fan 0" + isEnabled = "YES"> CFBundleShortVersionString $(MARKETING_VERSION) CFBundleVersion - 420 + 424 Description Simple macOS system monitor in your menu bar LSApplicationCategoryType diff --git a/Stats/Views/Settings.swift b/Stats/Views/Settings.swift index 2b3f12a9..f07c2b83 100644 --- a/Stats/Views/Settings.swift +++ b/Stats/Views/Settings.swift @@ -42,7 +42,6 @@ class SettingsWindow: NSWindow, NSWindowDelegate { self.contentViewController = self.viewController self.animationBehavior = .default - self.collectionBehavior = .moveToActiveSpace self.titlebarAppearsTransparent = true if #available(OSX 10.14, *) { self.appearance = NSAppearance(named: .darkAqua) diff --git a/Stats/Views/Setup.swift b/Stats/Views/Setup.swift index 1b40ef7e..9e2b8867 100644 --- a/Stats/Views/Setup.swift +++ b/Stats/Views/Setup.swift @@ -37,7 +37,6 @@ internal class SetupWindow: NSWindow, NSWindowDelegate { self.contentViewController = self.vc self.animationBehavior = .default - self.collectionBehavior = .moveToActiveSpace self.titlebarAppearsTransparent = true self.delegate = self self.title = localizedString("Stats Setup")