mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-04-21 14:29:12 +00:00
Bug fixes
This commit is contained in:
parent
3a210fb9fd
commit
dba9c8b9ac
2 changed files with 3 additions and 2 deletions
|
@ -741,8 +741,8 @@
|
|||
"friday": "Cuma",
|
||||
"saturday": "Cumartesi",
|
||||
"sunday": "Pazar",
|
||||
"from": "Başlangıç: {from}",
|
||||
"to": "Bitiş: {to}",
|
||||
"from": "Başlangıç",
|
||||
"to": "Bitiş",
|
||||
"selectStartTime": "Başlangıç zamanını seç",
|
||||
"selectEndTime": "Bitiş zamanını seç",
|
||||
"startTimeBeforeEndTime": "Başlangıç zamanı bitiş zamanından önce olmalıdır.",
|
||||
|
|
|
@ -144,6 +144,7 @@ class AddFiltersButton extends StatelessWidget {
|
|||
|
||||
processModal.close();
|
||||
|
||||
if (!context.mounted) return;
|
||||
if (result['success'] == true) {
|
||||
showSnacbkar(
|
||||
appConfigProvider: appConfigProvider,
|
||||
|
|
Loading…
Add table
Reference in a new issue