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:
@@ -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([=] {
|
||||
|
Reference in New Issue
Block a user