From 6dfa330997f5802d709baa6403b9214fa3823454 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 31 Dec 2024 11:00:42 +0100 Subject: Fix incorrect icon used for notifications --- src/Overlay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Overlay.cpp b/src/Overlay.cpp index cbdf838..e897f5a 100644 --- a/src/Overlay.cpp +++ b/src/Overlay.cpp @@ -1211,7 +1211,7 @@ namespace gsr { const char *notification_type_str = notification_type_to_string(notification_type); if(notification_type_str) { notification_args[9] = "--icon"; - notification_args[10] = "record", + notification_args[10] = notification_type_str; notification_args[11] = nullptr; } else { notification_args[9] = nullptr; -- cgit v1.2.3