mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
feat: server connections
This commit is contained in:
@@ -1323,7 +1323,6 @@ pub enum Data {
|
||||
AddPortForward((i32, String, i32)),
|
||||
ToggleClipboardFile,
|
||||
NewRDP,
|
||||
// ConfirmOverrideFile((i32, String, String, bool, bool)),
|
||||
SetConfirmOverrideFile((i32, i32, bool, bool)),
|
||||
}
|
||||
|
||||
@@ -1334,12 +1333,6 @@ pub enum Key {
|
||||
_Raw(u32),
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
pub enum OverrideStrategy {
|
||||
Skip,
|
||||
Overwrite,
|
||||
}
|
||||
|
||||
lazy_static::lazy_static! {
|
||||
pub static ref KEY_MAP: HashMap<&'static str, Key> =
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user