Bump to version 68.9
This commit is contained in:
@@ -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) => {
|
||||
|
||||
@@ -881,7 +881,7 @@ const Preferences = class {
|
||||
})
|
||||
|
||||
// Panel border
|
||||
this._settings.bind(
|
||||
/*this._settings.bind(
|
||||
'trans-use-border',
|
||||
this._builder.get_object('trans_border_switch'),
|
||||
'active',
|
||||
@@ -934,7 +934,7 @@ const Preferences = class {
|
||||
.get_object('trans_border_width_spinbutton')
|
||||
.connect('value-changed', (widget) => {
|
||||
this._settings.set_int('trans-border-width', widget.get_value())
|
||||
})
|
||||
})*/
|
||||
|
||||
this._settings.bind(
|
||||
'intellihide',
|
||||
|
||||
Reference in New Issue
Block a user