mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-27 23:40:33 +05:30
fix: only enable full local mode by default on new installations
This commit is contained in:
parent
d1782b7edc
commit
26a5a404d1
@ -348,7 +348,7 @@ object PlayerHelper {
|
|||||||
val fullLocalMode: Boolean
|
val fullLocalMode: Boolean
|
||||||
get() = PreferenceHelper.getBoolean(
|
get() = PreferenceHelper.getBoolean(
|
||||||
PreferenceKeys.FULL_LOCAL_MODE,
|
PreferenceKeys.FULL_LOCAL_MODE,
|
||||||
true
|
false
|
||||||
)
|
)
|
||||||
|
|
||||||
val localStreamExtraction: Boolean
|
val localStreamExtraction: Boolean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user