Quote:
Originally Posted by jhowell
I tried dark mode on my Windows 10 system using the environment variable instead of the system-wide setting. It works well for the built-in dialogs, but the dialogs popped up by plugins open with a white background that quickly changes dark.
Is there anything plugin developers can do to prevent this white flash?
|
There should not be any difference. Plugin dialogs are just normal Qt dialogs, so they should inherit the dark palette from QApplication.