mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
parent
6ce8a1deeb
commit
c167e46ec7
14 changed files with 16 additions and 396 deletions
|
|
@ -61,7 +61,6 @@ enum AppSettingsEnum<T> {
|
|||
0,
|
||||
),
|
||||
advancedTroubleshooting<bool>(StoreKey.advancedTroubleshooting, null, false),
|
||||
manageLocalMediaAndroid<bool>(StoreKey.manageLocalMediaAndroid, null, false),
|
||||
logLevel<int>(StoreKey.logLevel, null, 5), // Level.INFO = 5
|
||||
preferRemoteImage<bool>(StoreKey.preferRemoteImage, null, false),
|
||||
loopVideo<bool>(StoreKey.loopVideo, "loopVideo", true),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue