mirror of
https://github.com/aclist/dztui.git
synced 2026-08-26 01:37:18 +02:00
fix: call proper workshop method
This commit is contained in:
parent
f9083b33ef
commit
0f591e658c
@ -11,5 +11,5 @@ class ModsMixin:
|
||||
self, tree: TreeView, path: Gtk.TreePath, column: Gtk.TreeViewColumn
|
||||
) -> None:
|
||||
|
||||
path = self.get_focused_row_path() # type: ignore
|
||||
self.controller.open_mod_page(path) # type: ignore
|
||||
mod = self.get_value_at_index(2)
|
||||
self.controller.open_workshop_page(mod) # type: ignore
|
||||
|
||||
Loading…
Reference in New Issue
Block a user