mirror of
https://github.com/GiriNeko/hbb_common.git
synced 2025-12-16 13:27:23 +00:00
feat: add camera permission
This commit is contained in:
parent
478db34b29
commit
4b161a2050
1 changed files with 2 additions and 0 deletions
|
|
@ -606,6 +606,7 @@ message PermissionInfo {
|
||||||
Restart = 5;
|
Restart = 5;
|
||||||
Recording = 6;
|
Recording = 6;
|
||||||
BlockInput = 7;
|
BlockInput = 7;
|
||||||
|
Camera = 8;
|
||||||
}
|
}
|
||||||
|
|
||||||
Permission permission = 1;
|
Permission permission = 1;
|
||||||
|
|
@ -663,6 +664,7 @@ message OptionMessage {
|
||||||
// starting from 15 please, do not use removed fields
|
// starting from 15 please, do not use removed fields
|
||||||
BoolOption follow_remote_cursor = 15;
|
BoolOption follow_remote_cursor = 15;
|
||||||
BoolOption follow_remote_window = 16;
|
BoolOption follow_remote_window = 16;
|
||||||
|
BoolOption disable_camera = 17;
|
||||||
}
|
}
|
||||||
|
|
||||||
message TestDelay {
|
message TestDelay {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue