Skip to content

Commit

Permalink
Add shortcut to conf duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
milanvarady committed Jun 2, 2024
1 parent 6ce75d9 commit a438656
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ struct ConfigurationSettingsView: View {
Label("Duplicate", systemImage: "square.filled.on.square")
}
.disabled(selectedStore.isNone)
.keyboardShortcut("D", modifiers: .command)

// Update active configuration button
Button {
Expand Down

0 comments on commit a438656

Please sign in to comment.