Skip to content

Commit

Permalink
Swap ok and cancel for KeyComboWindow
Browse files Browse the repository at this point in the history
  • Loading branch information
tillvit committed Sep 20, 2024
1 parent 5468675 commit 04ebdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/gui/window/KeyComboWindow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ export class KeyComboWindow extends Window {
cancelButton.onclick = () => {
this.closeWindow()
}
menu_options.append(okButton)
menu_options.append(cancelButton)
menu_options.append(okButton)

padding.appendChild(menu_options)
this.viewElement.appendChild(padding)
Expand Down

0 comments on commit 04ebdb8

Please sign in to comment.