Add option to disable native MKB

This commit is contained in:
redphx
2024-05-17 18:19:45 +07:00
parent 22fc730fa1
commit 962b57f0a6
3 changed files with 16 additions and 6 deletions

View File

@@ -55,6 +55,7 @@ const SETTINGS_UI = {
[t('mouse-and-keyboard')]: {
items: [
PrefKey.NATIVE_MKB_DISABLED,
PrefKey.MKB_ENABLED,
PrefKey.MKB_HIDE_IDLE_CURSOR,
],