🐛 解决历史存量

This commit is contained in:
Tw93
2023-04-08 21:43:27 +08:00
parent 6f42109517
commit 61de4d871b
7 changed files with 11 additions and 126 deletions

View File

@@ -52,10 +52,6 @@ pub fn run_app() {
// Prevent initial shaking
_window.restore_state(StateFlags::all()).unwrap();
_window.show().unwrap();
#[cfg(feature = "devtools")]
{
_window.open_devtools();
}
Ok(())
})
.on_window_event(|event| {