Add "Default opacity" setting for touch controller

This commit is contained in:
redphx
2024-05-07 17:37:49 +07:00
parent b9355d5c01
commit 2df3bb4611
6 changed files with 55 additions and 7 deletions

View File

@@ -58,6 +58,7 @@ const SETTINGS_UI = {
items: [
PrefKey.STREAM_TOUCH_CONTROLLER,
PrefKey.STREAM_TOUCH_CONTROLLER_AUTO_OFF,
PrefKey.STREAM_TOUCH_CONTROLLER_DEFAULT_OPACITY,
PrefKey.STREAM_TOUCH_CONTROLLER_STYLE_STANDARD,
PrefKey.STREAM_TOUCH_CONTROLLER_STYLE_CUSTOM,
],