pref(window-state): fix style

pull/531/head
luohy 2 years ago
parent 6790e4d193
commit 10834e8baa

@ -4,7 +4,11 @@
use bitflags::bitflags;
use serde::{Deserialize, Serialize};
use tauri::{plugin::{Builder as PluginBuilder, TauriPlugin}, LogicalSize, Manager, Monitor, PhysicalPosition, PhysicalSize, RunEvent, Runtime, Window, WindowEvent, State, AppHandle};
use tauri::{
plugin::{Builder as PluginBuilder, TauriPlugin},
LogicalSize, Manager, Monitor, PhysicalPosition, PhysicalSize, RunEvent, Runtime, Window,
WindowEvent, State,
};
use std::{
collections::{HashMap, HashSet},

Loading…
Cancel
Save