mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-05 11:15:57 +00:00
Rename button
This commit is contained in:
parent
f9f25141cb
commit
e5e63c47bb
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ private struct TerminalPreferenceSection: View {
|
|||
HStack {
|
||||
Text("Test Terminal")
|
||||
Spacer()
|
||||
Button("Test with 'echo'") {
|
||||
Button("Test Echo") {
|
||||
Task {
|
||||
do {
|
||||
try terminalLauncher.launchCommand("echo 'VibeTunnel Terminal Test: Success!'")
|
||||
|
|
|
|||
Loading…
Reference in a new issue