mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-25 11:22:23 +00:00
Changed flutter_split_view package source and hide divider
This commit is contained in:
parent
7d5d802aea
commit
4531e15566
3 changed files with 10 additions and 5 deletions
|
@ -39,6 +39,7 @@ class Settings extends StatelessWidget {
|
|||
if (width > 900 || !(Platform.isAndroid || Platform.isIOS)) {
|
||||
return const SplitView.material(
|
||||
breakpoint: 900,
|
||||
hideDivider: true,
|
||||
child: SettingsWidget(),
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue