This commit is contained in:
randogoth 2026-06-19 14:04:15 +03:00
parent 9704433b4c
commit 2906453316
4 changed files with 14 additions and 14 deletions

View file

@ -66,6 +66,6 @@ class AppSettings extends ChangeNotifier {
break;
}
await _prefsService.setBool(key, value);
notifyListeners(); // Notify listeners after updating the setting
notifyListeners();
}
}