mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-18 07:53:10 +00:00
Change order home and fixes
This commit is contained in:
parent
520a14fcda
commit
d69da88b01
3 changed files with 122 additions and 80 deletions
|
@ -8,4 +8,6 @@ final List<HomeTopItems> homeTopItemsDefaultOrder = [
|
|||
HomeTopItems.recurrentClients
|
||||
];
|
||||
|
||||
final String homeTopItemsDefaultOrderString = jsonEncode(homeTopItemsDefaultOrder);
|
||||
final String homeTopItemsDefaultOrderString = jsonEncode(
|
||||
List<String>.from(homeTopItemsDefaultOrder.map((e) => e.name))
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue