mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 02:16:00 +02:00
installed windows client save incoming recording to a specific directory (#7974)
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
parent
35832f8f7f
commit
09f3850250
51 changed files with 173 additions and 45 deletions
|
@ -943,7 +943,7 @@ class RustdeskImpl {
|
|||
throw UnimplementedError();
|
||||
}
|
||||
|
||||
Future<String> mainDefaultVideoSaveDirectory({dynamic hint}) {
|
||||
Future<String> mainVideoSaveDirectory({required bool root, dynamic hint}) {
|
||||
throw UnimplementedError();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue