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

Added ability to append pinned to top content to settings sections.

This commit is contained in:
23rd
2022-05-01 15:33:32 +03:00
parent 2f5db08c9b
commit 639ed8b973
3 changed files with 20 additions and 1 deletions

View File

@@ -80,6 +80,10 @@ public:
}
virtual void showFinished() {
}
[[nodiscard]] virtual QPointer<Ui::RpWidget> createPinnedToTop(
not_null<QWidget*> parent) {
return nullptr;
}
};
template <typename SectionType>