mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-07-31 18:36:44 +02:00
Disable context menu on devices with touch support by default
This commit is contained in:
@@ -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]: {
|
||||
|
Reference in New Issue
Block a user