mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +00:00
Better name for action
This commit is contained in:
parent
0e8b0d199a
commit
87bc8e9f70
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ private struct TerminalPreferenceSection: View {
|
|||
HStack {
|
||||
Text("Test Terminal")
|
||||
Spacer()
|
||||
Button("Test Echo") {
|
||||
Button("Test Open Terminal") {
|
||||
Task {
|
||||
do {
|
||||
try terminalLauncher.launchCommand("echo 'VibeTunnel Terminal Test: Success!'")
|
||||
|
|
|
|||
Loading…
Reference in a new issue