mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
Fix lambda execution for portal dark mode getter
This commit is contained in:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user