Hide Stream settings when the Guide menu is shown (#441)

This commit is contained in:
redphx 2024-07-09 07:53:36 +07:00
parent db1da22c0a
commit a78de2ca37

View File

@ -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) {