fix: add SafeCommand import for tray notifications
This commit is contained in:
parent
ea625fa6b1
commit
0db0a695ff
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ use tauri::AppHandle;
|
|||
use tauri::tray::{TrayIcon, TrayIconBuilder};
|
||||
use tauri::menu::{Menu, MenuItem};
|
||||
|
||||
use crate::desktop::safe_command::SafeCommand;
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct TrayManager {
|
||||
hostname: Arc<RwLock<Option<String>>>,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue