mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Apply CSS to whole app, but disabled for now
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user