mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 16:00:31 +05:30
fixes
This commit is contained in:
parent
7fa6e846be
commit
c8347637ae
@ -52,6 +52,13 @@ class AppearanceSettings : PreferenceFragmentCompat() {
|
|||||||
restartDialog.show(childFragmentManager, "RequireRestartDialog")
|
restartDialog.show(childFragmentManager, "RequireRestartDialog")
|
||||||
true
|
true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
val labelVisibilityMode = findPreference<ListPreference>("label_visibility")
|
||||||
|
labelVisibilityMode?.setOnPreferenceChangeListener { _, _ ->
|
||||||
|
val restartDialog = RequireRestartDialog()
|
||||||
|
restartDialog.show(childFragmentManager, "RequireRestartDialog")
|
||||||
|
true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// remove material you from accent color option if not available
|
// remove material you from accent color option if not available
|
||||||
|
Loading…
x
Reference in New Issue
Block a user