🔖 2.3.4 Remove unused references

This commit is contained in:
Tw93
2023-11-07 20:11:20 +08:00
parent 0ddcf1c222
commit 5f62c25d14
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ use tauri::MenuItem;
use tauri::{CustomMenuItem, Menu, Submenu, WindowMenuEvent};
#[cfg(any(target_os = "linux", target_os = "windows"))]
use tauri::{Manager, SystemTray, SystemTrayEvent, SystemTrayMenu, WindowBuilder, WindowUrl};
use tauri::{Manager, SystemTray, SystemTrayEvent, SystemTrayMenu };
#[cfg(any(target_os = "linux", target_os = "windows"))]
use tauri_plugin_window_state::{AppHandleExt, StateFlags};