Skip to content

Commit

Permalink
Update AppContextMenu.vala
Browse files Browse the repository at this point in the history
  • Loading branch information
teamcons authored Jan 22, 2025
1 parent f548fef commit f51d898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widgets/AppContextMenu.vala
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public class Slingshot.AppContextMenu : Gtk.Menu {
if (Environment.find_program_in_path ("io.elementary.dock") != null) {
if (get_children ().length () > 0) {
add (new Gtk.SeparatorMenuItem ());
};
}

has_system_item = true;

Expand Down

0 comments on commit f51d898

Please sign in to comment.