Skip to content

sharing-networks: Use a GtkListBox placeholder widget

When the device isn't connected to any network, a row appears in the "Networks" section informing that there are no networks selected for sharing. However, the code can be much more simplified by using a GtkListBox placeholder widget.

Also

  • Remove hexpand=true from the GtkListBox, which isn't doing anything
  • Add a tooltip to the remove folder button
  • Rename "No networks selected for sharing" to "No networks available for sharing"
Before After
Screenshot_from_2024-04-18_20-25-50 Screenshot_from_2024-04-23_22-58-43
Edited by 𝅳Automeris naranja

Merge request reports