2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Add upload new profile photo button to settings.

This commit is contained in:
John Preston
2018-09-06 14:33:24 +03:00
parent 8c1cc51c2e
commit a7b1d83a3c
2 changed files with 81 additions and 26 deletions

View File

@@ -30,7 +30,6 @@ public:
private:
void setupContent(not_null<Window::Controller*> controller);
void setupSections(not_null<Ui::VerticalLayout*> container);
not_null<UserData*> _self;
rpl::event_stream<Type> _showOther;