mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-19 00:10:24 +00:00
Added split view
This commit is contained in:
parent
7d1845f806
commit
d6b16b230c
6 changed files with 144 additions and 63 deletions
|
@ -237,7 +237,8 @@ class _LogsListClientState extends State<LogsListClient> {
|
|||
context: context,
|
||||
builder: (context) => LogDetailsScreen(
|
||||
log: log,
|
||||
dialog: true
|
||||
dialog: true,
|
||||
twoColumns: widget.splitView,
|
||||
)
|
||||
)
|
||||
}
|
||||
|
@ -246,7 +247,8 @@ class _LogsListClientState extends State<LogsListClient> {
|
|||
MaterialPageRoute(
|
||||
builder: (context) => LogDetailsScreen(
|
||||
log: log,
|
||||
dialog: false
|
||||
dialog: false,
|
||||
twoColumns: widget.splitView,
|
||||
)
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue