fix: only enable full local mode by default on new installations

This commit is contained in:
Bnyro 2025-04-23 11:53:26 +02:00
parent d1782b7edc
commit 26a5a404d1
No known key found for this signature in database

View File

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