update checkbox text
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
This commit is contained in:
parent
e8d014d80d
commit
ae37c2ab2a
1 changed files with 1 additions and 1 deletions
|
|
@ -331,7 +331,7 @@ class _GeneralState extends State<_General> {
|
|||
'allow-always-software-render'),
|
||||
));
|
||||
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,
|
||||
));
|
||||
if (bind.mainShowOption(key: 'allow-linux-headless')) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue