mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
Use the correct icon in the restart dialog
It currently uses system-shutdown-symbolic. view-refresh-symbolic is a better fit in this case. https://bugzilla.gnome.org/show_bug.cgi?id=670687
This commit is contained in:
parent
2c34c8e20f
commit
348208617b
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ const restartDialogContent = {
|
|||
endDescription: _("Restarting the system."),
|
||||
confirmButtons: [{ signal: 'ConfirmedReboot',
|
||||
label: C_("button", "Restart") }],
|
||||
iconName: 'system-shutdown-symbolic',
|
||||
iconName: 'view-refresh-symbolic',
|
||||
iconStyleClass: 'end-session-dialog-shutdown-icon'
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue