update lang, start on boot

This commit is contained in:
csf
2023-03-01 00:14:37 +09:00
parent f26088765e
commit 2cb3ca4ed0
34 changed files with 72 additions and 9 deletions

View File

@@ -335,7 +335,7 @@ class _SettingsState extends State<SettingsPage> with WidgetsBindingObserver {
title: Column(crossAxisAlignment: CrossAxisAlignment.start, children: [
Text("${translate('Start on Boot')} (beta)"),
Text(
'* ${translate('Start the screen recording service on boot, which requires special permissions')}',
'* ${translate('Start the screen sharing service on boot, requires special permissions')}',
style: Theme.of(context).textTheme.bodySmall),
]),
onToggle: (toValue) async {