Skip to content

search: Tweak "No Apps Found" placeholder row

The current placeholder that appears when no providers are available has some problems:

  • The row is activatable, but this is unnecessary
  • The row has no padding
  • The "No Apps Found" string doesn't use header capitalization

Fix this by using a GtkListBox placeholder widget, with margins and with header capitalization in the string.

With this change, the row now looks the same as the placeholder rows from "Search > Search Locations > Custom Locations" and "Privacy > Location/Microphone/Camera".

Before After
Screenshot_from_2024-03-17_15-43-10 Screenshot_from_2024-03-17_15-45-24
Edited by 𝅳Automeris naranja

Merge request reports