mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-06 08:31:28 +03:00
mobile add default display, merge set server and custom quality code
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -1179,6 +1179,10 @@ impl PeerConfig {
|
||||
if !mp.contains_key(key) {
|
||||
mp.insert(key.to_owned(), UserDefaultConfig::read().get(key));
|
||||
}
|
||||
key = "touch-mode";
|
||||
if !mp.contains_key(key) {
|
||||
mp.insert(key.to_owned(), UserDefaultConfig::read().get(key));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user