diff --git a/flutter/lib/desktop/pages/desktop_setting_page.dart b/flutter/lib/desktop/pages/desktop_setting_page.dart index de0d0523f..035a21f41 100644 --- a/flutter/lib/desktop/pages/desktop_setting_page.dart +++ b/flutter/lib/desktop/pages/desktop_setting_page.dart @@ -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')) {