mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/telegramdesktop/tdesktop
synced 2026-09-20 08:03:45 +08:00
Get rid of new Q_OS_LINUX
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user