Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/notifications.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>

<icon type="stock">preferences-system-notifications</icon>
<icon type="stock">io.elementary.notifications</icon>
<name>Notifications Settings</name>
<summary>Configure notification bubbles, sounds, and notification center</summary>

Expand Down
2 changes: 1 addition & 1 deletion src/Plug.vala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class NotificationsPlug : Switchboard.Plug {
code_name: "io.elementary.settings.notifications",
display_name: _("Notifications"),
description: _("Configure notification bubbles, sounds, and notification center"),
icon: "preferences-system-notifications",
icon: "io.elementary.notifications",
supported_settings: settings);
}

Expand Down