Skip to content

Commit

Permalink
Change icon to the cute CPU looking one (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
meisenzahl authored Dec 14, 2020
1 parent 5bc5a24 commit 2ca362a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/io.elementary.switchboard.about.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<extends>io.elementary.switchboard</extends>
<name>System</name>
<summary>View operating system and hardware information</summary>
<icon type="stock">dialog-information</icon>
<icon type="stock">application-x-firmware</icon>
<translation type="gettext">about-plug</translation>
<releases>
<release version="2.6.4" date="2020-07-22" urgency="medium">
Expand Down
2 changes: 1 addition & 1 deletion src/Plug.vala
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class About.Plug : Switchboard.Plug {
code_name: "io.elementary.switchboard.about",
display_name: _("System"),
description: _("View operating system and hardware information"),
icon: "dialog-information",
icon: "application-x-firmware",
supported_settings: settings);
}

Expand Down

0 comments on commit 2ca362a

Please sign in to comment.