mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Fix build on FreeBSD 13.3 / llvm 17.0.6 / qt 5.15.13
This commit is contained in:
parent
6fb1e23ed5
commit
f36e3c213e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue