Skip to content

Commit

Permalink
refactor: remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
PeiPei233 committed Oct 10, 2024
1 parent 66a601c commit fdd2920
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 187 deletions.
2 changes: 2 additions & 0 deletions src-tauri/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ use fern::Dispatch;
use log::info;
use log::LevelFilter;
use std::sync::{atomic::AtomicBool, Arc};
#[cfg(target_os = "windows")]
use tauri::tray::{MouseButton, MouseButtonState, TrayIconEvent};
use tauri::{
menu::{Menu, MenuItem, PredefinedMenuItem},
Emitter, Manager,
Expand Down
187 changes: 0 additions & 187 deletions src-tauri/src/util.rs

This file was deleted.

0 comments on commit fdd2920

Please sign in to comment.