Configurable command pattle search engine

This commit is contained in:
2025-12-22 23:10:37 +08:00
parent f727882b93
commit 62a45317a9
3 changed files with 16 additions and 7 deletions

View File

@@ -846,7 +846,7 @@ class SettingsScreen extends HookConsumerWidget {
child: TextField(
controller: TextEditingController(text: settings.dashSearchEngine),
decoration: InputDecoration(
hintText: 'https://duckduckgo.com/?q=%s',
hintText: 'https://google.com/?q=%s',
helperText: 'settingsDashSearchEngineHelper'.tr(),
suffixIcon: IconButton(
icon: const Icon(Symbols.restart_alt),