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

@@ -319,7 +319,7 @@ const SessionMenuButton = GObject.registerClass({
_init() {
let button = new St.Button({
style_class: 'login-dialog-button login-dialog-session-list-button',
icon_name: 'emblem-system-symbolic',
icon_name: 'cog-wheel-symbolic',
reactive: true,
track_hover: true,
can_focus: true,

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', () => {