mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 07:37:19 +02:00
Put MKB settings before Touch Controller settings
This commit is contained in:
parent
76947a39de
commit
36a6259817
@ -8951,6 +8951,14 @@ function injectSettingsButton($parent) {
|
||||
[Preferences.AUDIO_MIC_ON_PLAYING]: __('enable-mic-on-startup'),
|
||||
[Preferences.STREAM_DISABLE_FEEDBACK_DIALOG]: __('disable-post-stream-feedback-dialog'),
|
||||
},
|
||||
|
||||
[__('mouse-and-keyboard')]: {
|
||||
// '_note': '⚠️ ' + __('may-not-work-properly'),
|
||||
// [Preferences.MKB_ENABLED]: [__('enable-mkb'), __('only-supports-some-games')],
|
||||
[Preferences.MKB_ENABLED]: __('enable-mkb'),
|
||||
[Preferences.MKB_HIDE_IDLE_CURSOR]: __('hide-idle-cursor'),
|
||||
},
|
||||
|
||||
/*
|
||||
[__('controller')]: {
|
||||
[Preferences.CONTROLLER_ENABLE_SHORTCUTS]: __('enable-controller-shortcuts'),
|
||||
@ -8962,13 +8970,6 @@ function injectSettingsButton($parent) {
|
||||
[Preferences.STREAM_TOUCH_CONTROLLER_STYLE_CUSTOM]: __('tc-custom-layout-style'),
|
||||
},
|
||||
|
||||
[__('mouse-and-keyboard')]: {
|
||||
// '_note': '⚠️ ' + __('may-not-work-properly'),
|
||||
// [Preferences.MKB_ENABLED]: [__('enable-mkb'), __('only-supports-some-games')],
|
||||
[Preferences.MKB_ENABLED]: __('enable-mkb'),
|
||||
[Preferences.MKB_HIDE_IDLE_CURSOR]: __('hide-idle-cursor'),
|
||||
},
|
||||
|
||||
[__('loading-screen')]: {
|
||||
[Preferences.UI_LOADING_SCREEN_GAME_ART]: __('show-game-art'),
|
||||
[Preferences.UI_LOADING_SCREEN_WAIT_TIME]: __('show-wait-time'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user