Skip to content

Commit

Permalink
main: Disable git tag fetching for now
Browse files Browse the repository at this point in the history
To be reworked
  • Loading branch information
kleidis committed Oct 23, 2024
1 parent 660fa9c commit bade598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit bade598

Please sign in to comment.