Use view-sidebar-end-symbolic in adaptive podcastdirectory

This commit is contained in:
Teemu Ikonen 2021-06-08 20:14:38 +03:00
parent 9de4f192d9
commit a7d5fef572
1 changed files with 3 additions and 0 deletions

View File

@ -100,6 +100,9 @@ class DirectoryProvidersModel(Gtk.ListStore):
class gPodderPodcastDirectory(BuilderWidget):
def new(self):
self.flap_show_image.set_from_file(os.path.join(
gpodder.icons_folder, 'actions', 'view-sidebar-end-symbolic.svg'))
if hasattr(self, 'custom_title'):
self.main_window.set_title(self.custom_title)