Use dedicated assets for ctrlAltTab
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3019>
This commit is contained in:
@ -407,7 +407,7 @@ export const Dash = GObject.registerClass({
|
||||
|
||||
// Translators: this is the name of the dock/favorites area on
|
||||
// the bottom of the overview
|
||||
Main.ctrlAltTabManager.addGroup(this, _('Dash'), 'user-bookmarks-symbolic');
|
||||
Main.ctrlAltTabManager.addGroup(this, _('Dash'), 'shell-focus-dash-symbolic');
|
||||
}
|
||||
|
||||
_onItemDragBegin() {
|
||||
|
Reference in New Issue
Block a user