mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 07:37:19 +02:00
Disable context menu on devices with touch support by default
This commit is contained in:
parent
504f16b802
commit
35e7fdacb5
@ -544,7 +544,7 @@ export class Preferences {
|
||||
|
||||
[PrefKey.UI_HOME_CONTEXT_MENU_DISABLED]: {
|
||||
label: t('disable-home-context-menu'),
|
||||
default: false,
|
||||
default: STATES.browserHasTouchSupport,
|
||||
},
|
||||
|
||||
[PrefKey.BLOCK_SOCIAL_FEATURES]: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user