summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBrendan Allan <[email protected]>2025-12-18 17:18:46 +0800
committerBrendan Allan <[email protected]>2025-12-18 17:18:46 +0800
commit235a60d3c28e4622f6b5ef891e1bf45ba1736483 (patch)
tree85debe5eec34aaccf771f6fe09e37d5fafc6eac7
parentb70d186bd1e33adea9efdfc6d08788bffa9056f6 (diff)
downloadopencode-235a60d3c28e4622f6b5ef891e1bf45ba1736483.tar.gz
opencode-235a60d3c28e4622f6b5ef891e1bf45ba1736483.zip
tauri: say OpenCode Server instead of OpenCode CLI
-rw-r--r--packages/tauri/src-tauri/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/tauri/src-tauri/src/lib.rs b/packages/tauri/src-tauri/src/lib.rs
index f39096031..e9d9ed44c 100644
--- a/packages/tauri/src-tauri/src/lib.rs
+++ b/packages/tauri/src-tauri/src/lib.rs
@@ -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();