mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00: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
|
|
@ -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