switch folder wizar to modern style to avoid borken windows dark mode
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Mon, 7 Oct 2024 11:51:41 +0000 (13:51 +0200)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Mon, 7 Oct 2024 13:30:18 +0000 (15:30 +0200)
commit8b1e3fcd9d8a091533881b3acfab7749e0fcaec9
tree3725b08b4f9d79b47bfdec3851deeedd20931b02
parent07958ce53fd1f23786025ed78166289692baf5e8
switch folder wizar to modern style to avoid borken windows dark mode

the QWizard AeroStyle style is broken on windows dark mode, switch to
ModernStyle that is working fine

see upstream Qt bug: https://bugreports.qt.io/browse/QTBUG-123853

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/gui/folderwizard.cpp