mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-23 08:46:55 +00:00
Fix build on FreeBSD 13.3 / llvm 17.0.6 / qt 5.15.13
This commit is contained in:
parent
6fb1e23ed5
commit
f36e3c213e
@ -510,7 +510,7 @@ QString SingleInstanceLocalServerName(const QString &hash) {
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK(6, 5, 0)
|
||||
std::optional<bool> IsDarkMode() {
|
||||
const auto result = base::Platform::XDP::ReadSetting(
|
||||
auto result = base::Platform::XDP::ReadSetting(
|
||||
"org.freedesktop.appearance",
|
||||
"color-scheme");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user