Skip to content

Commit

Permalink
Fix lambda execution for portal dark mode getter
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-fedin authored and john-preston committed Oct 24, 2024
1 parent b363d8b commit d85b668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Telegram/SourceFiles/platform/linux/integration_linux.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ LinuxIntegration::LinuxIntegration()
return value->get_uint32() == 1;
}
return std::nullopt;
})
}())
, _darkModeWatcher(
"org.freedesktop.appearance",
"color-scheme",
Expand Down

0 comments on commit d85b668

Please sign in to comment.