diff --git a/metadata.json b/metadata.json index e3db8da..ecea93d 100644 --- a/metadata.json +++ b/metadata.json @@ -3,7 +3,7 @@ "uuid": "dash-to-panel@jderose9.github.com", "name": "Dash to Panel", "description": "An icon taskbar for the Gnome Shell. This extension moves the dash into the gnome main panel so that the application launchers and system tray are combined into a single panel, similar to that found in KDE Plasma and Windows 7+. A separate dock is no longer needed for easy access to running and favorited applications.\n\nFor a more traditional experience, you may also want to use Tweak Tool to enable Windows > Titlebar Buttons > Minimize & Maximize.\n\nFor the best support, please report any issues on Github. Dash-to-panel is developed and maintained by @jderose9 and @charlesg99.", -"shell-version": [ "3.18", "3.20", "3.22", "3.24", "3.26", "3.28", "3.30", "3.32" ], +"shell-version": [ "3.18", "3.20", "3.22", "3.24", "3.26", "3.28", "3.30", "3.32", "3.34" ], "url": "https://github.com/jderose9/dash-to-panel", "gettext-domain": "dash-to-panel", "version": 9999 diff --git a/panelManager.js b/panelManager.js index 0622455..0e9c8a4 100755 --- a/panelManager.js +++ b/panelManager.js @@ -55,6 +55,8 @@ var dtpPanelManager = Utils.defineClass({ _init: function(settings) { this._dtpSettings = settings; this.overview = new Overview.dtpOverview(settings); + + Main.overview.viewSelector.appDisplay._views.forEach(v => Utils.wrapActor(v.view._grid)); }, enable: function(reset) {