#ifdef, not #if... I'm smort

Signed-off-by: Tayou <git@tayou.org>
This commit is contained in:
Tayou 2024-06-30 21:47:52 +02:00
parent f0c9b52055
commit a184b26a00

View File

@ -135,7 +135,7 @@ void ThemeManager::initializeWidgets()
themeDebugLog() << "<> Initializing System Themes";
QStringList styles = QStyleFactory::keys();
for (auto& st : styles) {
#if Q_OS_WINDOWS
#ifdef Q_OS_WINDOWS
if (QSysInfo::productVersion() != "11" && st == "windows11") {
continue;
}