mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-04 05:41:28 +03:00
new msgbox
This commit is contained in:
@@ -165,7 +165,6 @@ impl sciter::EventHandler for Handler {
|
||||
fn tunnel();
|
||||
fn lock_screen();
|
||||
fn reconnect();
|
||||
fn get_msgbox();
|
||||
fn get_chatbox();
|
||||
fn get_icon();
|
||||
fn get_home_dir();
|
||||
@@ -562,10 +561,6 @@ impl Handler {
|
||||
self.write().unwrap().close_state.insert(k, v);
|
||||
}
|
||||
|
||||
fn get_msgbox(&mut self) -> String {
|
||||
super::get_msgbox()
|
||||
}
|
||||
|
||||
fn get_chatbox(&mut self) -> String {
|
||||
#[cfg(feature = "inline")]
|
||||
return super::inline::get_chatbox();
|
||||
|
||||
Reference in New Issue
Block a user