mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-14 22:12:53 +00:00
Updated home appbar
This commit is contained in:
parent
baed03e0c3
commit
8dffb83fd0
3 changed files with 223 additions and 210 deletions
|
@ -55,6 +55,7 @@ class HomeAppBar extends StatelessWidget {
|
|||
: Theme.of(context).colorScheme.onSurface.withOpacity(0.38)
|
||||
),
|
||||
title: Column(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
if (serversProvider.selectedServer != null) ...[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue