mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-20 00:40:32 +00:00
Fixed most of the warnings
This commit is contained in:
parent
715ca0ab3f
commit
f7c3ba0374
87 changed files with 252 additions and 250 deletions
|
@ -33,7 +33,7 @@ class AppConfigProvider with ChangeNotifier {
|
|||
int _selectedTheme = 0;
|
||||
bool _useDynamicColor = true;
|
||||
int _staticColor = 0;
|
||||
bool _useThemeColorForStatus = false;
|
||||
final bool _useThemeColorForStatus = false;
|
||||
|
||||
int _selectedClientsTab = 0;
|
||||
int _selectedFiltersTab = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue