mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-09 12:01:29 +03:00
15
src/tray.rs
15
src/tray.rs
@@ -1,9 +1,12 @@
|
||||
use crate::{client::translate, ipc::Data};
|
||||
use hbb_common::{allow_err, log, tokio};
|
||||
use std::{
|
||||
sync::{Arc, Mutex},
|
||||
time::Duration,
|
||||
};
|
||||
use crate::client::translate;
|
||||
#[cfg(windows)]
|
||||
use crate::ipc::Data;
|
||||
#[cfg(windows)]
|
||||
use hbb_common::tokio;
|
||||
use hbb_common::{allow_err, log};
|
||||
use std::sync::{Arc, Mutex};
|
||||
#[cfg(windows)]
|
||||
use std::time::Duration;
|
||||
|
||||
pub fn start_tray() {
|
||||
allow_err!(make_tray());
|
||||
|
||||
Reference in New Issue
Block a user