2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Some settings reordered in sections.

This commit is contained in:
John Preston
2018-09-17 13:52:34 +03:00
parent 97a4c76043
commit 130aa67ba0
10 changed files with 163 additions and 187 deletions

View File

@@ -89,7 +89,8 @@ not_null<Button*> AddButtonWithLabel(
void CreateRightLabel(
not_null<Button*> button,
rpl::producer<QString> label,
const style::InfoProfileButton &st);
const style::InfoProfileButton &st,
LangKey buttonText);
void AddSubsectionTitle(
not_null<Ui::VerticalLayout*> conatiner,
LangKey text);