mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 17:27:35 +00:00
Help: Make section books open and close when toggled
Much more satisfying!
This commit is contained in:
parent
cbf3c2caeb
commit
d86dbfe9e8
6 changed files with 27 additions and 1 deletions
|
@ -37,4 +37,5 @@ public:
|
|||
virtual const ManualNode* parent() const = 0;
|
||||
virtual String name() const = 0;
|
||||
virtual bool is_page() const { return false; }
|
||||
virtual bool is_open() const { return false; }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue