Optimizations dns rewrites, encryption and updater

This commit is contained in:
Juan Gilsanz Polo 2023-05-01 04:23:55 +02:00
parent 129a77d979
commit fb9fbbd35e
7 changed files with 253 additions and 319 deletions

View file

@ -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(),