mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Separate grouped/ungrouped appicon isolated workspace switch
This commit is contained in:
@@ -570,7 +570,14 @@ var taskbarAppIcon = Utils.defineClass({
|
||||
},
|
||||
|
||||
_onSwitchWorkspace: function(windowTracker) {
|
||||
this._displayProperIndicator();
|
||||
if (this._isGroupApps) {
|
||||
Mainloop.timeout_add(0, Lang.bind(this, function () {
|
||||
this._displayProperIndicator();
|
||||
return GLib.SOURCE_REMOVE;
|
||||
}));
|
||||
} else {
|
||||
this._displayProperIndicator();
|
||||
}
|
||||
},
|
||||
|
||||
_displayProperIndicator: function (force) {
|
||||
|
||||
Reference in New Issue
Block a user