Skip to content

Commit

Permalink
🚧 Update Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed May 7, 2024
1 parent 1e4dd74 commit d50b223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src-tauri/src/app/menu.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use tauri::{CustomMenuItem,Manager, SystemTray, SystemTrayEvent, SystemTrayMenu};
use tauri::{CustomMenuItem, Manager, SystemTray, SystemTrayEvent, SystemTrayMenu};
use tauri_plugin_window_state::{AppHandleExt, StateFlags};

pub fn get_system_tray() -> SystemTray {
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ windows_subsystem = "windows"
mod app;
mod util;

use app::{invoke, window, menu};
use app::{invoke, menu, window};
use invoke::{download_file, download_file_by_binary};
use menu::{get_system_tray, system_tray_handle};
use tauri_plugin_window_state::Builder as windowStatePlugin;
Expand Down

0 comments on commit d50b223

Please sign in to comment.