mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-04-23 23:39: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",
|
"friday": "Cuma",
|
||||||
"saturday": "Cumartesi",
|
"saturday": "Cumartesi",
|
||||||
"sunday": "Pazar",
|
"sunday": "Pazar",
|
||||||
"from": "Başlangıç: {from}",
|
"from": "Başlangıç",
|
||||||
"to": "Bitiş: {to}",
|
"to": "Bitiş",
|
||||||
"selectStartTime": "Başlangıç zamanını seç",
|
"selectStartTime": "Başlangıç zamanını seç",
|
||||||
"selectEndTime": "Bitiş zamanını seç",
|
"selectEndTime": "Bitiş zamanını seç",
|
||||||
"startTimeBeforeEndTime": "Başlangıç zamanı bitiş zamanından önce olmalıdır.",
|
"startTimeBeforeEndTime": "Başlangıç zamanı bitiş zamanından önce olmalıdır.",
|
||||||
|
|
|
@ -144,6 +144,7 @@ class AddFiltersButton extends StatelessWidget {
|
||||||
|
|
||||||
processModal.close();
|
processModal.close();
|
||||||
|
|
||||||
|
if (!context.mounted) return;
|
||||||
if (result['success'] == true) {
|
if (result['success'] == true) {
|
||||||
showSnacbkar(
|
showSnacbkar(
|
||||||
appConfigProvider: appConfigProvider,
|
appConfigProvider: appConfigProvider,
|
||||||
|
|
Loading…
Add table
Reference in a new issue