Bump to version 68.8
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user