mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-24 09:28:23 +00:00
missed commit
This commit is contained in:
parent
8d34496db8
commit
a1a41bea06
1 changed files with 2 additions and 2 deletions
|
|
@ -35,8 +35,8 @@ use scrap::{Decoder, Image, VideoCodecId};
|
|||
pub use super::lang::*;
|
||||
pub mod file_trait;
|
||||
pub use file_trait::FileManager;
|
||||
pub mod controller;
|
||||
pub use controller::LatencyController;
|
||||
pub mod helper;
|
||||
pub use helper::LatencyController;
|
||||
pub const SEC30: Duration = Duration::from_secs(30);
|
||||
|
||||
pub struct Client;
|
||||
|
|
|
|||
Loading…
Reference in a new issue