mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-19 21:33:20 +03:00
permission allow->enable, block->blocking
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -651,7 +651,7 @@ class _SafetyState extends State<_Safety> with AutomaticKeepAliveClientMixin {
|
||||
enabled: enabled, fakeValue: fakeValue),
|
||||
if (Platform.isWindows)
|
||||
_OptionCheckBox(
|
||||
context, 'Enable Block User Input', 'enable-block-input',
|
||||
context, 'Enable blocking user input', 'enable-block-input',
|
||||
enabled: enabled, fakeValue: fakeValue),
|
||||
_OptionCheckBox(context, 'Enable remote configuration modification',
|
||||
'allow-remote-config-modification',
|
||||
|
||||
Reference in New Issue
Block a user