mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-11-15 13:24:03 +01:00
Change style of the MKB Settings button
This commit is contained in:
@@ -5624,6 +5624,7 @@ class MkbHandler {
|
|||||||
this.#$message = CE('div', {'class': 'bx-mkb-pointer-lock-msg bx-gone'},
|
this.#$message = CE('div', {'class': 'bx-mkb-pointer-lock-msg bx-gone'},
|
||||||
createButton({
|
createButton({
|
||||||
icon: Icon.MOUSE_SETTINGS,
|
icon: Icon.MOUSE_SETTINGS,
|
||||||
|
style: ButtonStyle.PRIMARY,
|
||||||
onClick: e => {
|
onClick: e => {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
|
|||||||
Reference in New Issue
Block a user