Skip to content

Commit 4e73359

Browse files
committed
Update disableFloatOnTopWhenTheChatPanelIsDetached to be true by default
1 parent 69b8a4b commit 4e73359

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tool/Sources/Preferences/Keys.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ public extension UserDefaultPreferenceKeys {
471471
}
472472

473473
var disableFloatOnTopWhenTheChatPanelIsDetached: PreferenceKey<Bool> {
474-
.init(defaultValue: false, key: "DisableFloatOnTopWhenTheChatPanelIsDetached")
474+
.init(defaultValue: true, key: "DisableFloatOnTopWhenTheChatPanelIsDetached")
475475
}
476476

477477
var keepFloatOnTopIfChatPanelAndXcodeOverlaps: PreferenceKey<Bool> {

0 commit comments

Comments
 (0)