mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-18 16:03:17 +00:00
Improvements settings screen
This commit is contained in:
parent
bc8e74be6d
commit
4c86727b5d
2 changed files with 15 additions and 6 deletions
|
@ -367,7 +367,7 @@ class _ClientsListState extends State<ClientsList> {
|
|||
refreshIndicatorOffset: 0,
|
||||
fab: FloatingActionButton(
|
||||
onPressed: () {
|
||||
if (width > 900) {
|
||||
if (width > 900 || !(Platform.isAndroid || Platform.isIOS)) {
|
||||
showDialog(
|
||||
context: context,
|
||||
builder: (context) => AddClientModal(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue