diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-06-11 16:40:29 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-06-11 16:40:29 +0200 |
commit | 5710cb1662d02432c68ce287624b3eadaa122d76 (patch) | |
tree | 4dd211042bb8821e5d802ecfc41bdee6c0ef79a0 /src | |
parent | 6341dfa47d2497d7ac36c98fc5b4727724ccc655 (diff) |
Allowed icon name
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp index 8ead739..c76f3b7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -140,9 +140,9 @@ static double notification_timeout_seconds = 0.0; static double notification_start_seconds = 0.0; static AppIndicator *app_indicator; -static const char *tray_idle_icon_name = "com.dec05eba.gpu_screen_recorder_tray_idle"; -static const char *tray_recording_icon_name = "com.dec05eba.gpu_screen_recorder_tray_recording"; -static const char *tray_paused_icon_name = "com.dec05eba.gpu_screen_recorder_tray_paused"; +static const char *tray_idle_icon_name = "com.dec05eba.gpu_screen_recorder.tray-idle"; +static const char *tray_recording_icon_name = "com.dec05eba.gpu_screen_recorder.tray-recording"; +static const char *tray_paused_icon_name = "com.dec05eba.gpu_screen_recorder.tray-paused"; struct AudioInput { std::string name; |