mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-07-08 00:05:00 +00:00
Disable dev tools by default
This commit is contained in:
parent
49a0a57975
commit
155518cfdb
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ async fn main() {
|
|||
tauri::Builder::default()
|
||||
.invoke_handler(tauri::generate_handler![set_random_seed, handle_message])
|
||||
.setup(|app| {
|
||||
app.get_window("main").unwrap().open_devtools();
|
||||
//app.get_window("main").unwrap().open_devtools();
|
||||
Ok(())
|
||||
})
|
||||
.run(tauri::generate_context!())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue