Fix lint error

This commit is contained in:
Gregory Schier
2025-03-21 07:42:05 -07:00
parent d86549f492
commit 5fedea38c2
2 changed files with 3 additions and 3 deletions

View File

@@ -1973,7 +1973,7 @@ pub fn run() {
.run(|app_handle, event| {
match event {
RunEvent::Ready => {
let w = window::create_main_window(app_handle, "/");
let _ = window::create_main_window(app_handle, "/");
let h = app_handle.clone();
tauri::async_runtime::spawn(async move {
let info = history::store_launch_history(&h).await;