Merge pull request #1059 from 21pages/restart

feat: pc restart
This commit is contained in:
RustDesk
2022-07-27 10:31:47 +08:00
committed by GitHub
30 changed files with 198 additions and 11 deletions

View File

@@ -426,6 +426,7 @@ message PermissionInfo {
Clipboard = 2;
Audio = 3;
File = 4;
Restart = 5;
}
Permission permission = 1;
@@ -544,6 +545,7 @@ message Misc {
bool refresh_video = 10;
bool video_received = 12;
BackNotification back_notification = 13;
bool restart_remote_device = 14;
}
}