mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Fix actor warnings and declare 3.34 support
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
"uuid": "dash-to-panel@jderose9.github.com",
|
"uuid": "dash-to-panel@jderose9.github.com",
|
||||||
"name": "Dash to Panel",
|
"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.",
|
"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",
|
"url": "https://github.com/jderose9/dash-to-panel",
|
||||||
"gettext-domain": "dash-to-panel",
|
"gettext-domain": "dash-to-panel",
|
||||||
"version": 9999
|
"version": 9999
|
||||||
|
|||||||
@@ -55,6 +55,8 @@ var dtpPanelManager = Utils.defineClass({
|
|||||||
_init: function(settings) {
|
_init: function(settings) {
|
||||||
this._dtpSettings = settings;
|
this._dtpSettings = settings;
|
||||||
this.overview = new Overview.dtpOverview(settings);
|
this.overview = new Overview.dtpOverview(settings);
|
||||||
|
|
||||||
|
Main.overview.viewSelector.appDisplay._views.forEach(v => Utils.wrapActor(v.view._grid));
|
||||||
},
|
},
|
||||||
|
|
||||||
enable: function(reset) {
|
enable: function(reset) {
|
||||||
|
|||||||
Reference in New Issue
Block a user