We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98af2bf commit d9f7e76Copy full SHA for d9f7e76
src/tray_linux.c
@@ -80,7 +80,7 @@ static gboolean tray_update_internal(gpointer user_data) {
80
struct tray *tray = user_data;
81
82
if(indicator != NULL && IS_APP_INDICATOR(indicator)){
83
- app_indicator_set_icon(indicator, tray->icon);
+ app_indicator_set_icon_full(indicator, tray->icon, tray->icon);
84
// GTK is all about reference counting, so previous menu should be destroyed
85
// here
86
app_indicator_set_menu(indicator, GTK_MENU(_tray_menu(tray->menu)));
0 commit comments