Browse Source

remove ignoreing desktop settings. this is apparently the mystery crash. but it may kill program icons.

master
Nils 4 years ago
parent
commit
5a5034c1e6
  1. 2
      engine/start.py

2
engine/start.py

@ -134,7 +134,7 @@ if PATHS["startupSession"]:
logger.info("PATHS: {}".format(PATHS))
#Construct QAppliction before constantsAndCOnfigs, which has the fontDB
QApplication.setDesktopSettingsAware(False) #We need our own font so the user interface stays predictable
#QApplication.setDesktopSettingsAware(False) #We need our own font so the user interface stays predictable
QApplication.setDesktopFileName(PATHS["desktopfile"])
qtApp = QApplication(sys.argv)
setPaletteAndFont(qtApp)

Loading…
Cancel
Save