Skip to content

Commit

Permalink
Plug: add panel scroll to search results (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Sep 19, 2024
1 parent 5ff54ce commit 0af5b5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Plug.vala
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ public class PantheonShell.Plug : Switchboard.Plug {
search_results.set ("%s%s%s".printf (display_name, _("Dock & Panel"), _("Pressure reveal")), "dock");
search_results.set ("%s%s%s".printf (display_name, _("Dock & Panel"), _("Display")), "dock");
search_results.set ("%s%s%s".printf (display_name, _("Dock & Panel"), _("Panel translucency")), "dock");
search_results.set ("%s%s%s".printf (display_name, _("Dock & Panel"), _("Scroll on the panel to switch workspaces")), "dock");
search_results.set ("%s%s".printf (display_name, _("Appearance")), "appearance");
search_results.set ("%s%s%s".printf (display_name, _("Appearance"), _("Dark style")), "appearance");
search_results.set ("%s%s%s".printf (display_name, _("Appearance"), _("Dim Wallpaper With Dark Style")), "appearance");
Expand Down

0 comments on commit 0af5b5c

Please sign in to comment.