Skip to content

Commit 58727f6

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)