tauri: say OpenCode Server instead of OpenCode CLI

This commit is contained in:
Brendan Allan
2025-12-18 17:18:46 +08:00
committed by Aiden Cline
parent 8ecd7566c1
commit ea99db7d72

View File

@@ -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();