mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
tauri: say OpenCode Server instead of OpenCode CLI
This commit is contained in:
parent
b70d186bd1
commit
235a60d3c2
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ pub fn run() {
|
|||
loop {
|
||||
if timestamp.elapsed() > Duration::from_secs(7) {
|
||||
let res = app.dialog()
|
||||
.message("Failed to spawn OpenCode CLI. Copy logs using the button below and send them to the team for assistance.")
|
||||
.message("Failed to spawn OpenCode Server. Copy logs using the button below and send them to the team for assistance.")
|
||||
.title("Startup Failed")
|
||||
.buttons(MessageDialogButtons::OkCancelCustom("Copy Logs And Exit".to_string(), "Exit".to_string()))
|
||||
.blocking_show_with_result();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue