Skip to content

Commit

Permalink
add ability to double tap program to run
Browse files Browse the repository at this point in the history
  • Loading branch information
oashrafouad authored Jun 22, 2024
1 parent 4e4911f commit a94691e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Whisky/Views/Programs/ProgramsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@ struct ProgramItemView: View {
.onHover { hover in
showButtons = hover
}
.onTapGesture(count: 2) {
program.run()
}
}
}

Expand Down

0 comments on commit a94691e

Please sign in to comment.