mirror of
https://github.com/immich-app/immich.git
synced 2025-05-31 20:25:32 -04:00
fixes ios debug info tile only shown in iOS (#1951)
This commit is contained in:
parent
6f605d4a35
commit
1f631eafce
@ -392,7 +392,7 @@ class BackupControllerPage extends HookConsumerWidget {
|
|||||||
return Container();
|
return Container();
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
if (isBackgroundEnabled && settings != null)
|
if (Platform.isIOS && isBackgroundEnabled && settings != null)
|
||||||
IosDebugInfoTile(
|
IosDebugInfoTile(
|
||||||
settings: settings,
|
settings: settings,
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user