From 6ce30a148e05e55a7c1b89fd2bf48d4a35cb17e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Wed, 2 Sep 2026 08:28:45 -0700 Subject: [PATCH] Use RDNN icon name --- data/notifications.metainfo.xml.in | 2 +- src/Plug.vala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/notifications.metainfo.xml.in b/data/notifications.metainfo.xml.in index cdf3006..8d0c95a 100644 --- a/data/notifications.metainfo.xml.in +++ b/data/notifications.metainfo.xml.in @@ -6,7 +6,7 @@ CC0-1.0 GPL-2.0+ - preferences-system-notifications + io.elementary.notifications Notifications Settings Configure notification bubbles, sounds, and notification center diff --git a/src/Plug.vala b/src/Plug.vala index e6c75b7..321263a 100644 --- a/src/Plug.vala +++ b/src/Plug.vala @@ -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); }