mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
feat(mobile): add trobleshooting toggle (#2235)
* Added troubleshooting settings * Added asset detail info in debug mode * lint
This commit is contained in:
parent
dd8d113334
commit
1564807aa0
7 changed files with 181 additions and 1 deletions
|
|
@ -167,6 +167,7 @@ enum StoreKey<T> {
|
|||
imageCacheSize<int>(111, type: int),
|
||||
albumThumbnailCacheSize<int>(112, type: int),
|
||||
selectedAlbumSortOrder<int>(113, type: int),
|
||||
advancedTroubleshooting<bool>(114, type: bool),
|
||||
;
|
||||
|
||||
const StoreKey(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue