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

@@ -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'),