From bade5988fd33d1603f60c5fad29098fc0a52451e Mon Sep 17 00:00:00 2001 From: Kleidis <167202775+kleidis@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:47:28 +0200 Subject: [PATCH] main: Disable git tag fetching for now To be reworked --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 4e1bddc..3a5ff16 100644 --- a/main.py +++ b/main.py @@ -22,7 +22,7 @@ def __init__(self): self.download_worker = None def initialize_app(self): - version = inst.online.get_latest_git_tag() + version = "Refactor" app = QApplication(sys.argv) ui_main = inst.ui ui_main.show()