fix: call proper workshop method

This commit is contained in:
aclist 2026-05-19 18:31:59 +09:00
parent f9083b33ef
commit 0f591e658c

View File

@ -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