mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-09 16:21:29 +03:00
update checkbox text
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
This commit is contained in:
@@ -331,7 +331,7 @@ class _GeneralState extends State<_General> {
|
|||||||
'allow-always-software-render'),
|
'allow-always-software-render'),
|
||||||
));
|
));
|
||||||
children.add(
|
children.add(
|
||||||
_OptionCheckBox(context, 'Check for software update on startup.','enable-check-update',
|
_OptionCheckBox(context, 'Check for software update on startup','enable-check-update',
|
||||||
isServer: false,
|
isServer: false,
|
||||||
));
|
));
|
||||||
if (bind.mainShowOption(key: 'allow-linux-headless')) {
|
if (bind.mainShowOption(key: 'allow-linux-headless')) {
|
||||||
|
|||||||
Reference in New Issue
Block a user