mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-07 23:20:26 +09:00
Fix incorrect icon used for notifications
This commit is contained in:
@@ -1211,7 +1211,7 @@ namespace gsr {
|
|||||||
const char *notification_type_str = notification_type_to_string(notification_type);
|
const char *notification_type_str = notification_type_to_string(notification_type);
|
||||||
if(notification_type_str) {
|
if(notification_type_str) {
|
||||||
notification_args[9] = "--icon";
|
notification_args[9] = "--icon";
|
||||||
notification_args[10] = "record",
|
notification_args[10] = notification_type_str;
|
||||||
notification_args[11] = nullptr;
|
notification_args[11] = nullptr;
|
||||||
} else {
|
} else {
|
||||||
notification_args[9] = nullptr;
|
notification_args[9] = nullptr;
|
||||||
|
|||||||
Reference in New Issue
Block a user