Remove CONTROLLER_ENABLE_SHORTCUTS

This commit is contained in:
redphx 2024-10-21 20:53:27 +07:00
parent de76364a46
commit 831fd98d02
2 changed files with 0 additions and 6 deletions

View File

@ -37,7 +37,6 @@ export enum PrefKey {
LOCAL_CO_OP_ENABLED = 'local_co_op_enabled',
// LOCAL_CO_OP_SEPARATE_TOUCH_CONTROLLER = 'local_co_op_separate_touch_controller',
CONTROLLER_ENABLE_SHORTCUTS = 'controller_enable_shortcuts',
CONTROLLER_ENABLE_VIBRATION = 'controller_enable_vibration',
CONTROLLER_DEVICE_VIBRATION = 'controller_device_vibration',
CONTROLLER_VIBRATION_INTENSITY = 'controller_vibration_intensity',

View File

@ -357,11 +357,6 @@ export class GlobalSettingsStorage extends BaseSettingsStorage {
default: true,
},
[PrefKey.CONTROLLER_ENABLE_SHORTCUTS]: {
requiredVariants: 'full',
default: false,
},
[PrefKey.CONTROLLER_ENABLE_VIBRATION]: {
requiredVariants: 'full',
label: t('controller-vibration'),