Skip to content

Commit aabd765

Browse files
committed
Make buttons default action
1 parent 3be73a8 commit aabd765

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Core/Sources/HostApp/AccountSettings/CodeiumView.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,9 @@ struct CodeiumSignInView: View {
267267
}
268268
}) {
269269
Text(isGeneratingKey ? "Signing In.." : "Sign In")
270-
}.disabled(isGeneratingKey)
270+
}
271+
.disabled(isGeneratingKey)
272+
.keyboardShortcut(.defaultAction)
271273
}
272274
}
273275
.padding()

Pro

Submodule Pro updated from 552dcd2 to 576da60

0 commit comments

Comments
 (0)