v0.0.1
This commit is contained in:
@ -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(())
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user