fix: don't collapse sidebar

This commit is contained in:
0xMRTT 2023-08-20 16:58:41 +02:00
parent 006e21e38c
commit 26f709280a
1 changed files with 0 additions and 1 deletions

View File

@ -165,7 +165,6 @@ class BavarderWindow(Adw.ApplicationWindow):
@Gtk.Template.Callback()
def threads_row_activated_cb(self, *args):
self.split_view.set_collapsed(True)
self.split_view.set_show_content(True)
try: