Bump to verison 56.10
This commit is contained in:
Vendored
+6
@@ -1,3 +1,9 @@
|
||||
gnome-shell-extension-zorin-taskbar (56.10) jammy; urgency=medium
|
||||
|
||||
* Bug fix for window previews
|
||||
|
||||
-- Artyom Zorin <azorin@zoringroup.com> Mon, 09 Sep 2024 17:44:12 +0100
|
||||
|
||||
gnome-shell-extension-zorin-taskbar (56.9) jammy; urgency=medium
|
||||
|
||||
* Increased window preview leave timeout to 250ms
|
||||
|
||||
+7
-3
@@ -386,9 +386,13 @@ var PreviewMenu = GObject.registerClass({
|
||||
_onHoverChanged() {
|
||||
this._endOpenCloseTimeouts();
|
||||
|
||||
if (this.currentAppIcon && !this.menu.hover) {
|
||||
this._addCloseTimeout();
|
||||
this._endPeek();
|
||||
if (this.currentAppIcon) {
|
||||
this.menu.sync_hover(); // See dash-to-panel issue #2169
|
||||
|
||||
if (!this.menu.hover) {
|
||||
this._addCloseTimeout();
|
||||
this._endPeek();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user