Code: Select all
[Platforms]
WindowsArguments = darkmode=1
Code: Select all
"C:\Program Files\XnViewMP\xnviewmp.exe" -platform windows:darkmode=1
Code: Select all
qsetenv("QT_QPA_PLATFORM", "windows:darkmode=1")
Moderators: XnTriq, helmut, xnview
Code: Select all
[Platforms]
WindowsArguments = darkmode=1
Code: Select all
"C:\Program Files\XnViewMP\xnviewmp.exe" -platform windows:darkmode=1
Code: Select all
qsetenv("QT_QPA_PLATFORM", "windows:darkmode=1")
That worked, thank you very much, would be great if that could be the default.Lord_D wrote: ↑Fri Jan 12, 2024 5:29 am by adding to qt.conf those lines:Code: Select all
[Platforms] WindowsArguments = darkmode=1