Skip to content

Commit

Permalink
Disabled Update Checks for now. Will uncomment once synced to Multipl…
Browse files Browse the repository at this point in the history
…ayer Fork instead
Crain-32 committed Feb 22, 2022
1 parent dfed293 commit 12de823
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions wwr_ui/randomizer_window.py
Original file line number Diff line number Diff line change
@@ -137,12 +137,12 @@ def __init__(self, cmd_line_args=OrderedDict()):

self.show()

if not IS_RUNNING_FROM_SOURCE:
self.update_checker_thread = UpdateCheckerThread()
self.update_checker_thread.finished_checking_for_updates.connect(self.show_update_check_results)
self.update_checker_thread.start()
else:
self.ui.update_checker_label.setText("(Running from source, skipping release update check.)")
# if not IS_RUNNING_FROM_SOURCE:
# self.update_checker_thread = UpdateCheckerThread()
# self.update_checker_thread.finished_checking_for_updates.connect(self.show_update_check_results)
# self.update_checker_thread.start()
# else:
# self.ui.update_checker_label.setText("(Running from source, skipping release update check.)")

def generate_seed(self):
random.seed(None)

0 comments on commit 12de823

Please sign in to comment.