This commit is contained in:
Peter Steinberger 2025-07-27 18:49:40 +02:00
parent 5b18b6712c
commit e02f0c555d
2 changed files with 20 additions and 19 deletions

View file

@ -84,7 +84,8 @@ struct QuickStartSettingsSection: View {
}
if let selectedId = selection.first,
let command = configManager.quickStartCommands.first(where: { $0.id == selectedId }) {
let command = configManager.quickStartCommands.first(where: { $0.id == selectedId })
{
startEditing(command)
return .handled
}