chore: drop extraneous setting

This commit is contained in:
aclist 2026-06-11 19:22:03 +09:00
parent c2ef7449e5
commit 6a6b4c8027

View File

@ -100,7 +100,6 @@ class ModFrame(HeadingFrame):
self.tree = OfflineModTreeView(controller)
self.tree.set_model(None)
self.tree.get_selection().set_mode(Gtk.SelectionMode.MULTIPLE)
self.tree.set_valign(Gtk.Align.FILL)
self.scrolled = NoOverlayScrolledWindow()