Merge remote-tracking branch 'rd/master' into feat/x11/clipboard-file/init

Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
This commit is contained in:
ClSlaid
2023-10-28 19:56:19 +08:00
56 changed files with 450 additions and 136 deletions

View File

@@ -254,6 +254,10 @@ impl InvokeUiSession for SciterHandler {
);
}
fn set_platform_additions(&self, _data: &str) {
// Ignore for sciter version.
}
fn on_connected(&self, conn_type: ConnType) {
match conn_type {
ConnType::RDP => {}