Skip to content

Commit

Permalink
Merge pull request #6 from yukiarrr/update-packages
Browse files Browse the repository at this point in the history
Update packages
  • Loading branch information
yukiarrr authored Apr 17, 2020
2 parents df6de84 + fef13a1 commit 25ac60e
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 59 deletions.
2 changes: 1 addition & 1 deletion Il2cppSpy/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def resource_path(relative):

if __name__ == "__main__":
app = QApplication(sys.argv)
app.setStyleSheet(qdarkstyle.load_stylesheet_pyside())
app.setStyleSheet(qdarkstyle.load_stylesheet_pyside2())
app.setWindowIcon(QIcon(resource_path('icon.ico')))
window = MainWindow()
window.show()
Expand Down
130 changes: 72 additions & 58 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 25ac60e

Please sign in to comment.