mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-17 23:42:58 +00:00
Improved server version check
This commit is contained in:
parent
c2af933eb5
commit
34bff2f506
29 changed files with 77 additions and 57 deletions
|
@ -74,7 +74,7 @@ class _SafeSearchSettingsScreenState extends State<SafeSearchSettingsScreen> {
|
|||
final width = MediaQuery.of(context).size.width;
|
||||
|
||||
void saveConfig() async {
|
||||
ProcessModal processModal = ProcessModal(context: context);
|
||||
ProcessModal processModal = ProcessModal();
|
||||
processModal.open(AppLocalizations.of(context)!.savingSettings);
|
||||
|
||||
final result = await statusProvider.updateSafeSearchConfig({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue