Bump to version 68.9

This commit is contained in:
Artyom Zorin
2025-09-08 21:42:14 +01:00
parent dcec9442c2
commit 388febf2fd
4 changed files with 20 additions and 11 deletions
+7 -5
View File
@@ -64,15 +64,15 @@ export const PanelManager = class {
}
enable(reset) {
// g-s version 49 switched to clutter gestures
if (!AppDisplay.AppIcon.prototype._removeMenuTimeout)
AppDisplay.AppIcon.prototype._setPopupTimeout =
AppDisplay.AppIcon.prototype._removeMenuTimeout = () => {}
this.allPanels = []
this.dtpPrimaryMonitor = Main.layoutManager.primaryMonitor // The real primary monitor should always have the main panel
this.proximityManager = new Proximity.ProximityManager()
// g-s version 49 switched to clutter gestures
if (!AppDisplay.AppIcon.prototype._removeMenuTimeout)
AppDisplay.AppIcon.prototype._setPopupTimeout =
AppDisplay.AppIcon.prototype._removeMenuTimeout = this._emptyFunc
if (this.dtpPrimaryMonitor) {
this.primaryPanel = this._createPanel(
this.dtpPrimaryMonitor,
@@ -419,6 +419,8 @@ export const PanelManager = class {
)
}
_emptyFunc() {}
_setDesktopIconsMargins() {
this._desktopIconsUsableArea?.resetMargins()
this.allPanels.forEach((p) => {