rm: unused trait filed

This commit is contained in:
Tunglies 2025-03-27 12:14:27 +08:00
parent 70bd5ec03c
commit 7716e2bc87

View File

@ -45,9 +45,7 @@ pub struct Tray {
}
#[cfg(not(target_os = "macos"))]
pub struct Tray {
pub tray_state: Arc<Mutex<TrayState>>,
}
pub struct Tray {}
impl TrayState {
pub fn get_common_tray_icon() -> (bool, Vec<u8>) {