Skip to content

Commit 5a34676

Browse files
author
Robert Gummesson
committed
default to window not on top
1 parent 5ce46c6 commit 5a34676

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BuildTimeAnalyzer/UserSettings.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class UserSettings {
3535
if _windowLevelIsNormal == nil {
3636
_windowLevelIsNormal = UserDefaults.standard.bool(forKey: windowLevelIsNormalKey)
3737
}
38-
return !(_windowLevelIsNormal ?? true)
38+
return !(_windowLevelIsNormal ?? false)
3939
}
4040
set {
4141
_windowLevelIsNormal = !newValue

0 commit comments

Comments
 (0)