We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5566f3a + 4a0bd32 commit ff93b74Copy full SHA for ff93b74
1 file changed
src-tauri/src/main.rs
@@ -32,7 +32,6 @@ fn main() {
32
{
33
let window = app.get_webview_window("main").unwrap();
34
window.open_devtools();
35
- window.close_devtools();
36
}
37
Ok(())
38
})
0 commit comments