Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consistency improvement with dock menu item #622

Merged
merged 11 commits into from
Jan 29, 2025
Prev Previous commit
Next Next commit
Update AppContextMenu.vala
  • Loading branch information
teamcons authored Jan 22, 2025
commit f51d8986b63ba011840f945b2996eb10a428b6bf
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 ());
};
}

ryonakano marked this conversation as resolved.
Show resolved Hide resolved
has_system_item = true;

Expand Down
Loading