Skip to content
This repository was archived by the owner on Jun 18, 2025. It is now read-only.

Commit 58727f6

Browse files
committed
Update default settings
1 parent 3905f1a commit 58727f6

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
@@ -498,7 +498,7 @@ public extension UserDefaultPreferenceKeys {
498498
}
499499

500500
var disableFloatOnTopWhenTheChatPanelIsDetached: PreferenceKey<Bool> {
501-
.init(defaultValue: true, key: "DisableFloatOnTopWhenTheChatPanelIsDetached")
501+
.init(defaultValue: false, key: "DisableFloatOnTopWhenTheChatPanelIsDetached")
502502
}
503503

504504
var keepFloatOnTopIfChatPanelAndXcodeOverlaps: PreferenceKey<Bool> {

0 commit comments

Comments
 (0)