mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
feat(mobile): add ability to force view original videos (#15094)
This commit is contained in:
parent
1f0ffd634a
commit
a13b7b364e
5 changed files with 26 additions and 3 deletions
|
|
@ -242,6 +242,9 @@ enum StoreKey<T> {
|
|||
preferredWifiName<String>(133, type: String),
|
||||
localEndpoint<String>(134, type: String),
|
||||
externalEndpointList<String>(135, type: String),
|
||||
|
||||
// Video settings
|
||||
loadOriginalVideo<bool>(136, type: bool),
|
||||
;
|
||||
|
||||
const StoreKey(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue