mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 15:47:18 +02:00
Hide Stream settings when the Guide menu is shown (#441)
This commit is contained in:
parent
db1da22c0a
commit
a78de2ca37
@ -240,6 +240,9 @@ export class StreamSettings {
|
||||
|
||||
constructor() {
|
||||
this.#setupDialog();
|
||||
|
||||
// Hide dialog when the Guide menu is shown
|
||||
window.addEventListener(BxEvent.XCLOUD_GUIDE_MENU_SHOWN, e => this.hide());
|
||||
}
|
||||
|
||||
show(tabId?: string) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user