2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +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

@@ -61,7 +61,7 @@ public:
object_ptr<Section> CreateSection(
Type type,
not_null<QWidget*> parent,
not_null<Window::Controller*> controller,
Window::Controller *controller = nullptr,
UserData *self = nullptr);
void AddSkip(not_null<Ui::VerticalLayout*> container);