2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Implement intro wrap for new settings.

This commit is contained in:
John Preston
2018-09-11 21:07:04 +03:00
parent 34665cd6da
commit c1ae9e9680
15 changed files with 689 additions and 72 deletions

View File

@@ -19,6 +19,14 @@ class VerticalLayout;
namespace Settings {
bool HasInterfaceScale();
void SetupInterfaceScale(
not_null<Ui::VerticalLayout*> container,
bool icon = true);
void SetupFaq(
not_null<Ui::VerticalLayout*> container,
bool icon = true);
class Main : public Section {
public:
Main(