feat(mobile): add ability to force view original videos (#15094)

This commit is contained in:
Ovidijus R
2025-01-06 22:29:47 +02:00
committed by GitHub
parent 1f0ffd634a
commit a13b7b364e
5 changed files with 26 additions and 3 deletions

View File

@@ -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(