Merge tag 'v5.6.3' into dev

This commit is contained in:
AlexeyZavar
2024-10-16 13:41:32 +03:00
270 changed files with 9084 additions and 3098 deletions
@@ -536,13 +536,7 @@ QString SingleInstanceLocalServerName(const QString &hash) {
#if QT_VERSION < QT_VERSION_CHECK(6, 5, 0)
std::optional<bool> IsDarkMode() {
auto result = base::Platform::XDP::ReadSetting(
"org.freedesktop.appearance",
"color-scheme");
return result.has_value()
? std::make_optional(result->get_uint32() == 1)
: std::nullopt;
return std::nullopt;
}
#endif // Qt < 6.5.0