Apply CSS to whole app, but disabled for now

This commit is contained in:
Khopa
2019-07-13 00:53:11 +02:00
parent 70331d913d
commit 73b4ec47b9
4 changed files with 30 additions and 12 deletions

View File

@@ -42,11 +42,13 @@ if __name__ == "__main__":
app.processEvents()
# Uncomment to apply CSS (need works)
#app.setStyleSheet(css)
GameUpdateSignal()
# Start window
window = QLiberationWindow()
window.setStyleSheet(css)
window.show()
splash.finish(window)