mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-16 17:27:38 +00:00
windows: fix darkmode
This commit is contained in:
parent
478248f99c
commit
69977e38b2
1 changed files with 0 additions and 6 deletions
|
@ -82,12 +82,6 @@ if (AttachConsole(ATTACH_PARENT_PROCESS)) {
|
||||||
}
|
}
|
||||||
#endif
|
#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_;
|
QStringList argv_;
|
||||||
for(int i = 0; i != argc; i++){
|
for(int i = 0; i != argc; i++){
|
||||||
argv_ << QString::fromStdString(argv[i]);
|
argv_ << QString::fromStdString(argv[i]);
|
||||||
|
|
Loading…
Reference in a new issue