2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Added support of focus handle to sections of settings.

This commit is contained in:
23rd
2022-05-04 06:53:42 +03:00
parent a4f5e3f411
commit de3b30ed7d
3 changed files with 7 additions and 0 deletions

View File

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