mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-29 13:39:06 +00:00
Fix interface scale padding in non-authed Settings.
This commit is contained in:
parent
b0f8846d12
commit
0de77a051a
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user