mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-15 06:22:48 +00:00
Added settings config
This commit is contained in:
parent
161628a72a
commit
8c0a5bc98b
6 changed files with 86 additions and 6 deletions
|
@ -46,6 +46,12 @@ class _TopItemsState extends State<TopItems> {
|
|||
Colors.grey
|
||||
];
|
||||
|
||||
@override
|
||||
void initState() {
|
||||
_showChart = Provider.of<AppConfigProvider>(context, listen: false).showTopItemsChart;
|
||||
super.initState();
|
||||
}
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
final statusProvider = Provider.of<StatusProvider>(context);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue