mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
fix(mobile): hide latest version warnings (#26036)
The latest version is already hidden in the server info widget if disabled (https://github.com/immich-app/immich/pull/25691), however I did not realise there are more places where this warning is shown. This hides the warning everywhere, and cleans up the code a bit.
This commit is contained in:
parent
8ef4e4d452
commit
e5156df4f1
4 changed files with 95 additions and 173 deletions
|
|
@ -28,7 +28,7 @@ class ServerInfo {
|
|||
|
||||
const ServerInfo({
|
||||
required this.serverVersion,
|
||||
required this.latestVersion,
|
||||
this.latestVersion,
|
||||
required this.serverFeatures,
|
||||
required this.serverConfig,
|
||||
required this.serverDiskInfo,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue