mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-09-26 14:45:44 +00:00
replace exclusive widget
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user