Skip to content

Commit

Permalink
Fix up guivars more
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Jan 12, 2025
1 parent 82d75fe commit ba2d3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tauon/t_modules/t_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1333,7 +1333,7 @@ def open_uri(uri:str) -> None:
load_orders.append(copy.deepcopy(load_order))
gui.update += 1

gui = GuiVar()
gui = GuiVar(prefs=prefs)


def toast(text: str) -> None:
Expand Down

0 comments on commit ba2d3f3

Please sign in to comment.