mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-29 08:01:03 +03:00
portable-service: better prompt message
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -231,7 +231,14 @@ impl InvokeUiSession for SciterHandler {
|
||||
}
|
||||
|
||||
fn msgbox(&self, msgtype: &str, title: &str, text: &str, link: &str, retry: bool) {
|
||||
self.call2("msgbox_retry", &make_args!(msgtype, title, text, link, retry));
|
||||
self.call2(
|
||||
"msgbox_retry",
|
||||
&make_args!(msgtype, title, text, link, retry),
|
||||
);
|
||||
}
|
||||
|
||||
fn cancel_msgbox(&self, tag: &str) {
|
||||
self.call("cancel_msgbox", &make_args!(tag));
|
||||
}
|
||||
|
||||
fn new_message(&self, msg: String) {
|
||||
|
||||
Reference in New Issue
Block a user