mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-06-05 14:20:24 +00:00
Fixed high refresh rate not working
This commit is contained in:
parent
fa76006420
commit
fe7ab0df50
1 changed files with 6 additions and 0 deletions
|
@ -96,6 +96,12 @@ class _MainState extends State<Main> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
void initState() {
|
||||||
|
displayMode();
|
||||||
|
super.initState();
|
||||||
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
final appConfigProvider = Provider.of<AppConfigProvider>(context);
|
final appConfigProvider = Provider.of<AppConfigProvider>(context);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue