data: Ship local copy of a cog wheel icon

Closes https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/8135

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3589>
This commit is contained in:
Jakub Steiner
2025-01-06 10:24:31 +01:00
committed by Marge Bot
parent 2f6281ef33
commit e55820cb1f
4 changed files with 7 additions and 2 deletions

View File

@ -1306,7 +1306,7 @@ export function getSystemSource() {
if (!systemNotificationSource) {
systemNotificationSource = new Source({
title: _('System'),
iconName: 'emblem-system-symbolic',
iconName: 'cog-wheel-symbolic',
});
systemNotificationSource.connect('destroy', () => {