Bump to version 68.8

This commit is contained in:
Artyom Zorin
2025-09-05 17:47:05 +01:00
parent 89fe8b9f4b
commit dcec9442c2
5 changed files with 14 additions and 6 deletions
+6
View File
@@ -43,6 +43,7 @@ import Meta from 'gi://Meta'
import Shell from 'gi://Shell'
import St from 'gi://St'
import * as AppDisplay from 'resource:///org/gnome/shell/ui/appDisplay.js'
import * as BoxPointer from 'resource:///org/gnome/shell/ui/boxpointer.js'
import * as LookingGlass from 'resource:///org/gnome/shell/ui/lookingGlass.js'
import * as Main from 'resource:///org/gnome/shell/ui/main.js'
@@ -63,6 +64,11 @@ 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()
-4
View File
@@ -38,10 +38,6 @@
text-align: left;
}
.zorintaskbarMainPanel .dash-item-container .show-apps .overview-icon {
color: #FFF;
}
#zorintaskbarTaskbar .dash-item-container .overview-tile:hover,
#zorintaskbarTaskbar .dash-item-container .overview-tile .dtp-container .overview-icon,
.zorintaskbarMainPanel .dash-item-container .show-apps:hover .overview-icon {
-1
View File
@@ -201,7 +201,6 @@ export const DynamicTransparency = class {
this._backgroundStyle +
this._borderStyle,
)
console.log('Set DTP Panel style to', this._dtpPanel.panel.get_style())
}
_getThemeBackground(reload) {