terminal persistent

This commit is contained in:
RustDesk
2025-06-30 00:31:09 +08:00
committed by GitHub
parent 117ea7c341
commit f850a167ac
2 changed files with 15 additions and 4 deletions

View File

@@ -90,9 +90,7 @@ message LoginRequest {
}
message Terminal {
// Empty message for terminal connection type
bool persistent = 1; // Whether to create a persistent terminal session
string service_id = 2; // Service ID for reconnecting to existing session
string service_id = 1; // Service ID for reconnecting to existing session
}
message Auth2FA {
@@ -620,7 +618,6 @@ message PermissionInfo {
Restart = 5;
Recording = 6;
BlockInput = 7;
Camera = 8;
}
Permission permission = 1;
@@ -679,6 +676,7 @@ message OptionMessage {
BoolOption follow_remote_cursor = 15;
BoolOption follow_remote_window = 16;
BoolOption disable_camera = 17;
BoolOption terminal_persistent = 18;
}
message TestDelay {