Get rid of new Q_OS_LINUX

This commit is contained in:
Ilya Fedin
2026-06-28 02:49:55 +04:00
committed by John Preston
parent 1c1a5386ee
commit 4943c41f77
9 changed files with 16 additions and 38 deletions

View File

@@ -360,11 +360,7 @@ void LogNativeMessageRejected(
}
[[nodiscard]] bool UseExternalBotWebApps() {
#ifdef Q_OS_LINUX
return true;
#else // Q_OS_LINUX
return false;
#endif // Q_OS_LINUX
return ::Platform::IsLinux();
}
[[nodiscard]] QColor ResolveExternalShellThemeColor(QColor color) {