mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Fix actor reference on older gnome-shell versions
This commit is contained in:
2
panel.js
2
panel.js
@@ -434,7 +434,7 @@ var dtpPanel = Utils.defineClass({
|
|||||||
this._signalsHandler.destroy();
|
this._signalsHandler.destroy();
|
||||||
this._disablePanelCornerSignals();
|
this._disablePanelCornerSignals();
|
||||||
|
|
||||||
this.panel.remove_child(this.taskbar.actor);
|
this.panel.actor.remove_child(this.taskbar.actor);
|
||||||
this._setAppmenuVisible(false);
|
this._setAppmenuVisible(false);
|
||||||
|
|
||||||
if (this.intellihide) {
|
if (this.intellihide) {
|
||||||
|
|||||||
Reference in New Issue
Block a user