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 bottom content to settings sections.

This commit is contained in:
23rd
2022-05-03 18:43:04 +03:00
parent 972666440e
commit 5fb71cb165
5 changed files with 45 additions and 8 deletions

View File

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