Skip to content

Commit

Permalink
Latest details before version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marticliment committed Jun 22, 2022
1 parent e823c8e commit a81ca67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wingetui/MainWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def mousePressEvent(self, e: QMouseEvent) -> None:
return super().mousePressEvent(e)
p = Text()
p.setReadOnly(True)
self.addTab(p, "Debugging log")
#self.addTab(p, "Debugging log")
self.buttonLayout.addWidget(QWidget(), stretch=1)
vl = QVBoxLayout()
hl = QHBoxLayout()
Expand Down
2 changes: 1 addition & 1 deletion wingetui/Tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

pending_programs = []
current_program = ""
version = 1.0
version = 1.1

def readRegedit(aKey, sKey, default, storage=winreg.HKEY_CURRENT_USER):
registry = winreg.ConnectRegistry(None, storage)
Expand Down

0 comments on commit a81ca67

Please sign in to comment.