Skip to content

Commit

Permalink
fix issue #36
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi committed Sep 19, 2020
1 parent b62cc91 commit 179bfd6
Show file tree
Hide file tree
Showing 5 changed files with 381 additions and 345 deletions.
5 changes: 3 additions & 2 deletions BlenderUpdater.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
from PySide2 import QtWidgets, QtCore, QtGui

app = QtWidgets.QApplication(sys.argv)
appversion = "1.9.5"
appversion = "1.9.6"
dir_ = ""
config = configparser.ConfigParser()
btn = {}
Expand Down Expand Up @@ -607,8 +607,9 @@ def exec_linux(self):


def main():
app.setStyleSheet(qdarkstyle.load_stylesheet_pyside2())
app.setStyleSheet(qdarkstyle.load_stylesheet_pyside2())
window = BlenderUpdater()
QtWidgets.QApplication.setAttribute(QtCore.Qt.AA_EnableHighDpiScaling)
window.setWindowTitle(f"Overmind Studios Blender Updater {appversion}")
window.statusbar.setSizeGripEnabled(False)
window.show()
Expand Down
Loading

0 comments on commit 179bfd6

Please sign in to comment.