2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Removed some unwanted include directives of lang_keys in header files.

This commit is contained in:
23rd
2023-11-15 02:07:22 +03:00
parent f748de9dc4
commit baa99be6a5
19 changed files with 31 additions and 17 deletions

View File

@@ -1342,11 +1342,12 @@ void SetupDefaultThemes(
block,
group,
scheme.type,
scheme.name(tr::now),
QString(),
st::settingsTheme,
std::move(check));
scheme.name(
) | rpl::start_with_next([=](const auto &themeName) {
rpl::duplicate(
scheme.name
) | rpl::start_with_next([=](const QString &themeName) {
result->setText(themeName);
}, result->lifetime());
result->addClickHandler([=] {