mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
Merge pull request #3152 from 21pages/fix
flutter option enable share rdp
This commit is contained in:
@@ -1203,6 +1203,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