mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-15 22:42:50 +00:00
Improved updater
This commit is contained in:
parent
39c871b72d
commit
a4ae8c2cdf
7 changed files with 66 additions and 64 deletions
|
@ -66,8 +66,7 @@ class BottomNavBar extends StatelessWidget {
|
|||
if (
|
||||
screen.name == 'settings' &&
|
||||
serversProvider.updateAvailable.data != null &&
|
||||
serversProvider.updateAvailable.data!.updateAvailable != null &&
|
||||
serversProvider.updateAvailable.data!.updateAvailable == true
|
||||
serversProvider.updateAvailable.data!.canAutoupdate == true
|
||||
) Positioned(
|
||||
bottom: 0,
|
||||
right: -12,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue