1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-04 02:46:47 +01:00

fixes ios debug info tile only shown in iOS (#1951)

This commit is contained in:
martyfuhry 2023-03-05 14:50:03 -05:00 committed by GitHub
parent 6f605d4a35
commit 1f631eafce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
), ),