mirror of
https://github.com/rustdesk/hbb_common.git
synced 2026-02-16 02:20:43 +00:00
terminal persistent
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user