mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 08:07:18 +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.AUDIO_MIC_ON_PLAYING]: __('enable-mic-on-startup'),
|
||||||
[Preferences.STREAM_DISABLE_FEEDBACK_DIALOG]: __('disable-post-stream-feedback-dialog'),
|
[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')]: {
|
[__('controller')]: {
|
||||||
[Preferences.CONTROLLER_ENABLE_SHORTCUTS]: __('enable-controller-shortcuts'),
|
[Preferences.CONTROLLER_ENABLE_SHORTCUTS]: __('enable-controller-shortcuts'),
|
||||||
@ -8962,13 +8970,6 @@ function injectSettingsButton($parent) {
|
|||||||
[Preferences.STREAM_TOUCH_CONTROLLER_STYLE_CUSTOM]: __('tc-custom-layout-style'),
|
[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')]: {
|
[__('loading-screen')]: {
|
||||||
[Preferences.UI_LOADING_SCREEN_GAME_ART]: __('show-game-art'),
|
[Preferences.UI_LOADING_SCREEN_GAME_ART]: __('show-game-art'),
|
||||||
[Preferences.UI_LOADING_SCREEN_WAIT_TIME]: __('show-wait-time'),
|
[Preferences.UI_LOADING_SCREEN_WAIT_TIME]: __('show-wait-time'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user