mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
flutter option enable share rdp
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -1210,6 +1210,10 @@ pub fn main_is_rdp_service_open() -> SyncReturn<bool> {
|
||||
SyncReturn(is_rdp_service_open())
|
||||
}
|
||||
|
||||
pub fn main_set_share_rdp(enable: bool) {
|
||||
set_share_rdp(enable)
|
||||
}
|
||||
|
||||
pub fn main_goto_install() -> SyncReturn<bool> {
|
||||
goto_install();
|
||||
SyncReturn(true)
|
||||
|
||||
Reference in New Issue
Block a user