We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3905f1a commit 58727f6Copy full SHA for 58727f6
Tool/Sources/Preferences/Keys.swift
@@ -498,7 +498,7 @@ public extension UserDefaultPreferenceKeys {
498
}
499
500
var disableFloatOnTopWhenTheChatPanelIsDetached: PreferenceKey<Bool> {
501
- .init(defaultValue: true, key: "DisableFloatOnTopWhenTheChatPanelIsDetached")
+ .init(defaultValue: false, key: "DisableFloatOnTopWhenTheChatPanelIsDetached")
502
503
504
var keepFloatOnTopIfChatPanelAndXcodeOverlaps: PreferenceKey<Bool> {
0 commit comments