mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix lambda execution for portal dark mode getter
This commit is contained in:
parent
b363d8bfb5
commit
d85b668d4f
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ LinuxIntegration::LinuxIntegration()
|
||||||
return value->get_uint32() == 1;
|
return value->get_uint32() == 1;
|
||||||
}
|
}
|
||||||
return std::nullopt;
|
return std::nullopt;
|
||||||
})
|
}())
|
||||||
, _darkModeWatcher(
|
, _darkModeWatcher(
|
||||||
"org.freedesktop.appearance",
|
"org.freedesktop.appearance",
|
||||||
"color-scheme",
|
"color-scheme",
|
||||||
|
|
Loading…
Add table
Reference in a new issue