mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-25 09:15:56 +00:00
fixes ios debug info tile only shown in iOS (#1951)
This commit is contained in:
parent
6f605d4a35
commit
1f631eafce
1 changed files with 1 additions and 1 deletions
|
|
@ -392,7 +392,7 @@ class BackupControllerPage extends HookConsumerWidget {
|
|||
return Container();
|
||||
},
|
||||
),
|
||||
if (isBackgroundEnabled && settings != null)
|
||||
if (Platform.isIOS && isBackgroundEnabled && settings != null)
|
||||
IosDebugInfoTile(
|
||||
settings: settings,
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue