mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +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 {
|
HStack {
|
||||||
Text("Test Terminal")
|
Text("Test Terminal")
|
||||||
Spacer()
|
Spacer()
|
||||||
Button("Test with 'echo'") {
|
Button("Test Echo") {
|
||||||
Task {
|
Task {
|
||||||
do {
|
do {
|
||||||
try terminalLauncher.launchCommand("echo 'VibeTunnel Terminal Test: Success!'")
|
try terminalLauncher.launchCommand("echo 'VibeTunnel Terminal Test: Success!'")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue