Skip to content

Commit

Permalink
update button
Browse files Browse the repository at this point in the history
  • Loading branch information
uyitroa committed Jul 10, 2020
1 parent f53caba commit 9621344
Show file tree
Hide file tree
Showing 21 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HomeComponents/Buttons/UpdateButton.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ def __init__(self, parent):

self.text = QLabel(self)
self.text.setText("Update")
self.text.setToolTip("0.0.1a9")
logging.info("0.0.1a9")
self.text.setToolTip("0.0.2a3")
logging.info("0.0.2a3")

def mouseclicked(self):
# proc = subprocess.Popen([sys.executable, "updater.py"])
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed HomeComponents/__pycache__/Logo.cpython-37.pyc
Binary file not shown.
Binary file removed HomeComponents/__pycache__/Options.cpython-37.pyc
Binary file not shown.
Binary file removed HomeComponents/__pycache__/PathImage.cpython-37.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 9621344

Please sign in to comment.