mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
feat: add context aware multi select
This commit is contained in:
parent
1e6ff9c4f7
commit
96fb484b38
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user