mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 20:30:35 +00:00
Optimizations dns rewrites, encryption and updater
This commit is contained in:
parent
129a77d979
commit
fb9fbbd35e
7 changed files with 253 additions and 319 deletions
|
@ -34,7 +34,9 @@ class Settings extends StatelessWidget {
|
|||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
if (!(Platform.isAndroid || Platform.isIOS)) {
|
||||
final width = MediaQuery.of(context).size.width;
|
||||
|
||||
if (width > 900 || !(Platform.isAndroid || Platform.isIOS)) {
|
||||
return const SplitView.material(
|
||||
breakpoint: 900,
|
||||
child: SettingsWidget(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue