Added options modal on top items homescreen

This commit is contained in:
Juan Gilsanz Polo 2022-12-31 17:11:57 +01:00
parent 0461e5007c
commit 50630a56b8
7 changed files with 285 additions and 44 deletions

View file

@ -275,7 +275,7 @@ Future getServerStatus(Server server) async {
'stats': jsonDecode(result[0]['body']),
'clients': jsonDecode(result[6]['body'])['clients'],
'generalEnabled': jsonDecode(result[1]['body']),
'filteringEnabled': jsonDecode(result[2]['body']),
'filtering': jsonDecode(result[2]['body']),
'safeSearchEnabled': jsonDecode(result[3]['body']),
'safeBrowsingEnabled': jsonDecode(result[4]['body']),
'parentalControlEnabled': jsonDecode(result[5]['body']),