This commit is contained in:
xin
2026-06-17 17:23:09 +08:00
parent d732580c3e
commit b49a223b78
5 changed files with 41 additions and 24 deletions

View File

@ -12,7 +12,7 @@ pub fn run() {
tauri::Builder::default()
.setup(move |app| {
if let Some(w) = app.get_webview_window("main") {
w.set_title(&format!("Happa Mission Plan v{}", version)).ok();
w.set_title(&format!("Spectral Insight Mission Plan v{}", version)).ok();
}
Ok(())
})