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

Added initial implementation of display sections prevent.

This commit is contained in:
23rd
2020-11-22 02:18:58 +03:00
committed by John Preston
parent c8643aa1ee
commit 24b8377a2a
13 changed files with 95 additions and 4 deletions

View File

@@ -274,6 +274,9 @@ private:
std::unique_ptr<Window::SectionMemento> &&memento,
const SectionShow &params);
void dropMainSection(Window::SectionWidget *widget);
bool preventsCloseSection(
Fn<void()> callback,
const SectionShow &params) const;
Window::SectionSlideParams prepareThirdSectionAnimation(Window::SectionWidget *section);