[bugfix] More fixes. c20b58a011

This commit is contained in:
Sakamoto Shiina
2025-05-04 02:22:44 +09:00
parent c20b58a011
commit 8316c24d0d

View File

@@ -7,7 +7,7 @@ pub fn run() {
let _main_window = app.get_webview_window("main").unwrap(); // `main_window` is declared here for all builds let _main_window = app.get_webview_window("main").unwrap(); // `main_window` is declared here for all builds
#[cfg(debug_assertions)] #[cfg(debug_assertions)]
{ main_window.open_devtools(); } { _main_window.open_devtools(); }
Ok(()) Ok(())
}) })