mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-14 05:52:51 +00:00
Changes
This commit is contained in:
parent
2ad99e737d
commit
9d1ae22bdd
5 changed files with 29 additions and 19 deletions
|
@ -185,7 +185,9 @@ class _AddedListState extends State<AddedList> {
|
|||
client: widget.data[index],
|
||||
onTap: widget.onClientSelected,
|
||||
onLongPress: openOptionsModal,
|
||||
onEdit: openClientModal,
|
||||
onEdit: statusProvider.serverStatus != null
|
||||
? (c) => openClientModal(c)
|
||||
: null,
|
||||
onDelete: openDeleteModal,
|
||||
splitView: widget.splitView,
|
||||
serverVersion: statusProvider.serverStatus!.serverVersion,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue