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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user