mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-15 00:34:05 +09:00
Restore system menu position on disable
gh-2291
This commit is contained in:
@@ -451,6 +451,11 @@ export const Panel = GObject.registerClass(
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (this.statusArea.quickSettings?.menu) {
|
||||||
|
this.statusArea.quickSettings.menu._arrowSide = St.Side.TOP
|
||||||
|
this.statusArea.quickSettings.menu._arrowAlignment = 0
|
||||||
|
}
|
||||||
|
|
||||||
this._setShowDesktopButton(false)
|
this._setShowDesktopButton(false)
|
||||||
|
|
||||||
delete Utils.getIndicators(
|
delete Utils.getIndicators(
|
||||||
|
|||||||
Reference in New Issue
Block a user