]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
windows: fix darkmode
authortobtoht <tob@featherwallet.org>
Fri, 3 May 2024 16:59:35 +0000 (18:59 +0200)
committertobtoht <tob@featherwallet.org>
Fri, 3 May 2024 16:59:35 +0000 (18:59 +0200)
src/main.cpp

index 5f45f40812dca959f4e3986a20ae757b6cfe8249..8d1e406599d16569cee4dc174ca6ba531a58b1b0 100644 (file)
@@ -82,12 +82,6 @@ if (AttachConsole(ATTACH_PARENT_PROCESS)) {
 }
 #endif
 
-// #TODO: Fix Windows dark mode handling Qt 6.5 beta1
-// darkmode=2 (default) causes some text to become unreadable
-#if defined(Q_OS_WIN)
-    qputenv("QT_QPA_PLATFORM", "windows:darkmode=1");
-#endif
-
     QStringList argv_;
     for(int i = 0; i != argc; i++){
         argv_ << QString::fromStdString(argv[i]);