Skip to content

Commit 8627e41

Browse files
committed
feat: don't close devtools
1 parent b7cb2aa commit 8627e41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src-tauri/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ fn main() {
3232
{
3333
let window = app.get_webview_window("main").unwrap();
3434
window.open_devtools();
35-
window.close_devtools();
3635
}
3736
Ok(())
3837
})

0 commit comments

Comments
 (0)