mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +00:00
lint
This commit is contained in:
parent
5b18b6712c
commit
e02f0c555d
2 changed files with 20 additions and 19 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue