Skip to content

Commit ba1c738

Browse files
committed
Fix command+w to close tab
1 parent 626622b commit ba1c738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Sources/SuggestionWidget/ChatWindowView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ struct ChatTitleBar: View {
114114
EmptyView()
115115
}
116116
.opacity(0)
117-
.keyboardShortcut("W", modifiers: [.command])
117+
.keyboardShortcut("w", modifiers: [.command])
118118

119119
Spacer()
120120
}

0 commit comments

Comments
 (0)