mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
5
panel.js
5
panel.js
@@ -957,7 +957,10 @@ export const Panel = GObject.registerClass({
|
||||
|
||||
if (actor instanceof St.BoxLayout) {
|
||||
actor.vertical = isVertical;
|
||||
} else if ((actor._delegate || actor) instanceof PanelMenu.ButtonBox && actor != this.statusArea.appMenu) {
|
||||
} else if (
|
||||
actor != this.statusArea.appMenu &&
|
||||
((actor._delegate || actor) instanceof PanelMenu.ButtonBox || actor == this.statusArea.quickSettings)
|
||||
) {
|
||||
let child = actor.get_first_child();
|
||||
|
||||
if (isVertical && !actor.visible && !actor._dtpVisibleId) {
|
||||
|
||||
Reference in New Issue
Block a user