We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69b8a4b commit 4e73359Copy full SHA for 4e73359
1 file changed
Tool/Sources/Preferences/Keys.swift
@@ -471,7 +471,7 @@ public extension UserDefaultPreferenceKeys {
471
}
472
473
var disableFloatOnTopWhenTheChatPanelIsDetached: PreferenceKey<Bool> {
474
- .init(defaultValue: false, key: "DisableFloatOnTopWhenTheChatPanelIsDetached")
+ .init(defaultValue: true, key: "DisableFloatOnTopWhenTheChatPanelIsDetached")
475
476
477
var keepFloatOnTopIfChatPanelAndXcodeOverlaps: PreferenceKey<Bool> {
0 commit comments