mirror of
https://github.com/immich-app/immich.git
synced 2025-07-19 22:44:24 +02:00
chore(mobile): separate build flavors (#10872)
This commit is contained in:
parent
eb1ba11d60
commit
7bde19d842
4 changed files with 134 additions and 134 deletions
mobile/lib
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue