Fix show apps lock on older g-s versions

This commit is contained in:
Charles Gagnon
2020-07-25 08:15:41 -04:00
parent a7d411f083
commit f32055034f

View File

@@ -1745,6 +1745,8 @@ var ShowAppsIconWrapper = Utils.defineClass({
Me.settings.disconnect(this._changedShowAppsIconId);
Me.settings.disconnect(this._changedAppIconSidePaddingId);
Me.settings.disconnect(this._changedAppIconPaddingId);
this.realShowAppsIcon.destroy();
}
});
Signals.addSignalMethods(ShowAppsIconWrapper.prototype);