mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
fixes ios debug info tile only shown in iOS (#1951)
This commit is contained in:
@@ -392,7 +392,7 @@ class BackupControllerPage extends HookConsumerWidget {
|
||||
return Container();
|
||||
},
|
||||
),
|
||||
if (isBackgroundEnabled && settings != null)
|
||||
if (Platform.isIOS && isBackgroundEnabled && settings != null)
|
||||
IosDebugInfoTile(
|
||||
settings: settings,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user