This commit is contained in:
rustdesk
2024-05-28 20:10:12 +08:00
parent e8d02905fe
commit df74a38b90
5 changed files with 15 additions and 3 deletions

View File

@@ -1460,6 +1460,10 @@ class RustdeskImpl {
return false;
}
bool isDisableGroupPanel({dynamic hint}) {
return false;
}
bool isDisableAccount({dynamic hint}) {
return false;
}