mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Fix missing workspaceview on g-s ControlsLayout allocation
https://gitlab.gnome.org/GNOME/gnome-shell/issues/1065
This commit is contained in:
@@ -499,13 +499,6 @@ var taskbar = Utils.defineClass({
|
||||
.forEach(fav => fav._container[cssFuncName]('favorite'));
|
||||
},
|
||||
|
||||
_appIdListToHash: function(apps) {
|
||||
let ids = {};
|
||||
for (let i = 0; i < apps.length; i++)
|
||||
ids[apps[i].get_id()] = apps[i];
|
||||
return ids;
|
||||
},
|
||||
|
||||
handleIsolatedWorkspaceSwitch: function() {
|
||||
if (this.isGroupApps) {
|
||||
this._queueRedisplay();
|
||||
|
||||
Reference in New Issue
Block a user