add checkbox for update check on startup
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
This commit is contained in:
parent
96215d32b7
commit
474d2402b7
@ -329,6 +329,10 @@ class _GeneralState extends State<_General> {
|
|||||||
message: translate('software_render_tip'),
|
message: translate('software_render_tip'),
|
||||||
child: _OptionCheckBox(context, "Always use software rendering",
|
child: _OptionCheckBox(context, "Always use software rendering",
|
||||||
'allow-always-software-render'),
|
'allow-always-software-render'),
|
||||||
|
));
|
||||||
|
children.add(
|
||||||
|
_OptionCheckBox(context, 'Check for software update on startup.','enable-check-update',
|
||||||
|
isServer: false,
|
||||||
));
|
));
|
||||||
if (bind.mainShowOption(key: 'allow-linux-headless')) {
|
if (bind.mainShowOption(key: 'allow-linux-headless')) {
|
||||||
children.add(_OptionCheckBox(
|
children.add(_OptionCheckBox(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user