mirror of
https://github.com/aclist/dztui.git
synced 2024-12-28 05:12:36 +01:00
fix: workshop page on own thread
This commit is contained in:
parent
6f9aaa252b
commit
d93c06c5da
1 changed files with 1 additions and 1 deletions
|
@ -1344,7 +1344,7 @@ class ModDialog(GenericDialog):
|
|||
path = pathlist[0]
|
||||
tree_iter = model.get_iter(path)
|
||||
mod_id = model.get_value(tree_iter, 1)
|
||||
call_out(treeview, "open_workshop_page", mod_id)
|
||||
subprocess.Popen(['/usr/bin/env', 'bash', funcs, "open_workshop_page", mod_id])
|
||||
|
||||
class EntryDialog(GenericDialog):
|
||||
def __init__(self, parent, text, mode, link):
|
||||
|
|
Loading…
Reference in a new issue