Skip to content
Snippets Groups Projects
Commit ff439426 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Reactivate debug logs on TV

parent 8dad4050
No related branches found
No related tags found
1 merge request!1522Reactivate debug logs on TV
Pipeline #261535 passed with stage
in 3 minutes and 59 seconds
......@@ -45,7 +45,6 @@ import org.videolan.resources.*
import org.videolan.tools.BitmapCache
import org.videolan.tools.Settings
import org.videolan.tools.putSingle
import org.videolan.vlc.BuildConfig
import org.videolan.vlc.MediaParsingService
import org.videolan.vlc.R
import org.videolan.vlc.gui.DebugLogActivity
......@@ -71,7 +70,6 @@ class PreferencesAdvanced : BasePreferenceFragment(), SharedPreferences.OnShared
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
if (BuildConfig.DEBUG) findPreference<Preference>("debug_logs")?.isVisible = false
if (FeatureFlag.values().isNotEmpty()) findPreference<Preference>("optional_features")?.isVisible = true
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment