base64 icon only for sciter

This commit is contained in:
rustdesk
2023-02-11 00:21:19 +08:00
parent de29ce8d45
commit d416d7d965
5 changed files with 18 additions and 16 deletions

View File

@@ -100,7 +100,7 @@ impl SciterConnectionManager {
}
fn get_icon(&mut self) -> String {
crate::get_icon()
super::get_icon()
}
fn check_click_time(&mut self, id: i32) {

View File

@@ -486,7 +486,7 @@ impl SciterSession {
}
pub fn get_icon(&self) -> String {
crate::get_icon()
super::get_icon()
}
fn supported_hwcodec(&self) -> Value {