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

Don't push sublists to stack endlessly.

This commit is contained in:
John Preston
2024-01-02 14:48:51 +04:00
parent bdf67645bb
commit 382dab4ecb
7 changed files with 37 additions and 7 deletions

View File

@@ -162,6 +162,7 @@ struct SectionShow {
bool childColumn = false;
bool forbidLayer = false;
bool reapplyLocalDraft = false;
bool dropSameFromStack = false;
Origin origin;
};