mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 07:33:52 +02:00
Fix interface scale padding in non-authed Settings.
This commit is contained in:
parent
b0f8846d12
commit
0de77a051a
1 changed files with 4 additions and 0 deletions
|
@ -546,6 +546,10 @@ void SetupInterfaceScale(
|
||||||
}) | rpl::start_with_next([=](int scale) {
|
}) | rpl::start_with_next([=](int scale) {
|
||||||
setScale(scale, setScale);
|
setScale(scale, setScale);
|
||||||
}, button->lifetime());
|
}, button->lifetime());
|
||||||
|
|
||||||
|
if (!icon) {
|
||||||
|
AddSkip(container, st::settingsThumbSkip);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void OpenFaq() {
|
void OpenFaq() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue