2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-03 16:05:57 +00:00

Set focus to intro widget.

Fixes #5705.
This commit is contained in:
John Preston
2019-03-12 13:55:56 +04:00
parent a5e6890b77
commit b798654ca7

View File

@@ -94,6 +94,7 @@ Widget::Widget(QWidget *parent) : RpWidget(parent)
show();
showControls();
getStep()->showFast();
setInnerFocus();
cSetPasswordRecovered(false);