Skip to content

Commit

Permalink
Remove window state to fix hanging on macosx
Browse files Browse the repository at this point in the history
  • Loading branch information
112RG committed Jan 22, 2023
1 parent bd5b44b commit e4d196f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async fn close_splashscreen(window: tauri::Window) {
// Register the command:
fn main() {
tauri::Builder::default()
.plugin(tauri_plugin_window_state::Builder::default().build())
//.plugin(tauri_plugin_window_state::Builder::default().build())
.plugin(store::default().build())
.setup(|app| {
let window = app.get_window("main").unwrap();
Expand Down

0 comments on commit e4d196f

Please sign in to comment.