mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 08:07:18 +02:00
Move Touch control settings to Controller tab
This commit is contained in:
parent
0f7ac4c372
commit
f75e22b5f6
@ -8987,6 +8987,7 @@ div[class*=StreamMenu-module__menuContainer] > div[class*=Menu-module] {
|
|||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
text-align-last: right;
|
text-align-last: right;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bx-mkb-pointer-lock-msg {
|
.bx-mkb-pointer-lock-msg {
|
||||||
@ -10842,14 +10843,8 @@ function setupQuickSettingsBar() {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
|
||||||
},
|
|
||||||
|
|
||||||
HAS_TOUCH_SUPPORT && {
|
HAS_TOUCH_SUPPORT && {
|
||||||
icon: Icon.HAND_TAP,
|
|
||||||
group: 'touch-controller',
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
group: 'touch-controller',
|
group: 'touch-controller',
|
||||||
label: t('touch-controller'),
|
label: t('touch-controller'),
|
||||||
items: [
|
items: [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user