mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
@@ -340,7 +340,6 @@ export const PanelManager = class {
|
|||||||
|
|
||||||
Main.layoutManager._untrackActor(p)
|
Main.layoutManager._untrackActor(p)
|
||||||
Main.layoutManager._untrackActor(p.panelBox)
|
Main.layoutManager._untrackActor(p.panelBox)
|
||||||
Main.layoutManager.removeChrome(clipContainer)
|
|
||||||
|
|
||||||
if (p.isStandalone) {
|
if (p.isStandalone) {
|
||||||
p.panelBox.destroy()
|
p.panelBox.destroy()
|
||||||
@@ -359,6 +358,8 @@ export const PanelManager = class {
|
|||||||
trackFullscreen: true,
|
trackFullscreen: true,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Main.layoutManager.removeChrome(clipContainer)
|
||||||
})
|
})
|
||||||
|
|
||||||
if (Main.layoutManager.primaryMonitor) {
|
if (Main.layoutManager.primaryMonitor) {
|
||||||
|
|||||||
Reference in New Issue
Block a user