Check update isn’t shown if installed with Softaculous
This commit is contained in:
parent
3a7b031b47
commit
7db184466a
|
|
@ -877,7 +877,9 @@ class SidebarFooter extends StatelessWidget {
|
||||||
clearErrorOnDismiss: true,
|
clearErrorOnDismiss: true,
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
else if (state.isSelfHosted && state.isUpdateAvailable)
|
else if (state.isSelfHosted &&
|
||||||
|
!state.account.disableAutoUpdate &&
|
||||||
|
state.isUpdateAvailable)
|
||||||
IconButton(
|
IconButton(
|
||||||
tooltip: prefState.enableTooltips
|
tooltip: prefState.enableTooltips
|
||||||
? localization.updateAvailable
|
? localization.updateAvailable
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue