chore(mobile): separate build flavors ()

This commit is contained in:
Alex 2024-07-05 09:43:11 -05:00 committed by GitHub
commit 7bde19d842
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 134 additions and 134 deletions
mobile/lib

View file

@ -192,7 +192,7 @@ class ImmichAppState extends ConsumerState<ImmichApp>
localizationsDelegates: context.localizationDelegates,
supportedLocales: context.supportedLocales,
locale: context.locale,
debugShowCheckedModeBanner: false,
debugShowCheckedModeBanner: true,
home: MaterialApp.router(
title: 'Immich',
debugShowCheckedModeBanner: false,