Skip to content

Commit

Permalink
libaudgui: Show an icon for plugins menu entry
Browse files Browse the repository at this point in the history
  • Loading branch information
radioactiveman committed Jan 4, 2024
1 parent f974941 commit e2c9ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libaudgui/plugin-menu.cc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ static void configure_plugins ()
}

static const AudguiMenuItem main_items[] = {
MenuCommand (N_("_Plugins ..."), 0, 0, (GdkModifierType) 0, configure_plugins),
MenuCommand (N_("_Plugins ..."), "preferences-system", 0, (GdkModifierType) 0, configure_plugins),
MenuSep ()
};

Expand Down

0 comments on commit e2c9ee4

Please sign in to comment.