Add "Show controller connection status" setting

This commit is contained in:
redphx
2024-07-02 17:08:40 +07:00
parent 385fd71e86
commit 277c777121
5 changed files with 13 additions and 4 deletions

View File

@@ -1,6 +1,5 @@
import { PrefKey } from "@utils/preferences"
import { PrefKey, getPref } from "@utils/preferences"
import { BxEvent } from "@utils/bx-event"
import { getPref } from "@utils/preferences"
import { CE } from "@utils/html"
import { t } from "@utils/translation"
import { STATES } from "@utils/global"

View File

@@ -89,6 +89,7 @@ const SETTINGS_UI = {
items: [
PrefKey.UI_LAYOUT,
PrefKey.UI_HOME_CONTEXT_MENU_DISABLED,
PrefKey.CONTROLLER_SHOW_CONNECTION_STATUS,
PrefKey.STREAM_SIMPLIFY_MENU,
PrefKey.SKIP_SPLASH_VIDEO,
!AppInterface && PrefKey.UI_SCROLLBAR_HIDE,