From 474d2402b72f7967d6a389f0d963ba0dcdc64e12 Mon Sep 17 00:00:00 2001 From: Sahil Yeole Date: Thu, 14 Sep 2023 13:57:58 +0530 Subject: [PATCH] add checkbox for update check on startup Signed-off-by: Sahil Yeole --- flutter/lib/desktop/pages/desktop_setting_page.dart | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flutter/lib/desktop/pages/desktop_setting_page.dart b/flutter/lib/desktop/pages/desktop_setting_page.dart index 468886cb8..1a31001dc 100644 --- a/flutter/lib/desktop/pages/desktop_setting_page.dart +++ b/flutter/lib/desktop/pages/desktop_setting_page.dart @@ -329,6 +329,10 @@ class _GeneralState extends State<_General> { message: translate('software_render_tip'), child: _OptionCheckBox(context, "Always use software rendering", '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')) { children.add(_OptionCheckBox(