Merge pull request #982 from DavidoTek/windarkmode2

This commit is contained in:
Sefa Eyeoglu
2022-09-14 13:17:17 +02:00
committed by GitHub
4 changed files with 122 additions and 0 deletions

View File

@ -868,6 +868,16 @@ SET(LAUNCHER_SOURCES
ui/instanceview/VisualGroup.h
)
if(WIN32)
set(LAUNCHER_SOURCES
${LAUNCHER_SOURCES}
# GUI - dark titlebar for Windows 10/11
ui/WinDarkmode.h
ui/WinDarkmode.cpp
)
endif()
qt_wrap_ui(LAUNCHER_UI
ui/setupwizard/PasteWizardPage.ui
ui/pages/global/AccountListPage.ui