new msgbox

This commit is contained in:
rustdesk
2022-02-01 02:38:52 +08:00
parent bc3d3bd0ec
commit cd62d7024b
9 changed files with 220 additions and 282 deletions

View File

@@ -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();