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

Accept typing codes in settings.

This commit is contained in:
John Preston
2018-09-06 16:48:01 +03:00
parent a7b1d83a3c
commit 50b0b61118
8 changed files with 222 additions and 171 deletions

View File

@@ -28,6 +28,9 @@ public:
rpl::producer<Type> sectionShowOther() override;
protected:
void keyPressEvent(QKeyEvent *e) override;
private:
void setupContent(not_null<Window::Controller*> controller);