installed windows client save incoming recording to a specific directory (#7974)

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2024-05-08 17:04:53 +08:00
committed by GitHub
parent 35832f8f7f
commit 09f3850250
51 changed files with 173 additions and 45 deletions

View File

@@ -600,8 +600,8 @@ impl UI {
get_langs()
}
fn default_video_save_directory(&self) -> String {
default_video_save_directory()
fn video_save_directory(&self, root: bool) -> String {
video_save_directory(root)
}
fn handle_relay_id(&self, id: String) -> String {
@@ -723,7 +723,7 @@ impl sciter::EventHandler for UI {
fn has_hwcodec();
fn has_vram();
fn get_langs();
fn default_video_save_directory();
fn video_save_directory(bool);
fn handle_relay_id(String);
fn get_login_device_info();
fn support_remove_wallpaper();