2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 22:55:11 +00:00

Fix codes input in Settings.

This commit is contained in:
John Preston
2022-05-13 19:38:28 +04:00
parent b5bc567eb8
commit c4e713815b

View File

@@ -91,6 +91,7 @@ public:
virtual void showFinished() {
}
virtual void setInnerFocus() {
setFocus();
}
[[nodiscard]] virtual QPointer<Ui::RpWidget> createPinnedToTop(
not_null<QWidget*> parent) {