Fix interface scale padding in non-authed Settings.

This commit is contained in:
John Preston 2023-01-21 21:07:38 +04:00
parent b0f8846d12
commit 0de77a051a
1 changed files with 4 additions and 0 deletions

View File

@ -546,6 +546,10 @@ void SetupInterfaceScale(
}) | rpl::start_with_next([=](int scale) {
setScale(scale, setScale);
}, button->lifetime());
if (!icon) {
AddSkip(container, st::settingsThumbSkip);
}
}
void OpenFaq() {