diff --git a/src/web/overlay/OverlayWindow.vue b/src/web/overlay/OverlayWindow.vue index 1d915c42..3653b739 100644 --- a/src/web/overlay/OverlayWindow.vue +++ b/src/web/overlay/OverlayWindow.vue @@ -170,6 +170,9 @@ export default { }, show (wmId) { this.bringToTop(wmId) + if (this.topmostOrExclusiveWidget.wmZorder === 'exclusive') { + this.hide(this.topmostOrExclusiveWidget.wmId) + } this.widgets.find(_ => _.wmId === wmId).wmWants = 'show' }, hide (wmId) {