feat: add context aware multi select

This commit is contained in:
aclist 2026-06-11 19:20:02 +09:00
parent 1e6ff9c4f7
commit 96fb484b38

View File

@ -100,6 +100,7 @@ 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()