bugfix
This commit is contained in:
parent
d8253d3333
commit
fff6d43a40
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@
|
|||
|
||||
struct FileFlags
|
||||
{
|
||||
bool hidden; // removes page from navbar when hidePages option is set
|
||||
bool alwaysHidden; // page will never be added to navbar, good for files you want to keep but only link to
|
||||
bool hidden = false; // removes page from navbar when hidePages option is set
|
||||
bool alwaysHidden = false; // page will never be added to navbar, good for files you want to keep but only link to
|
||||
};
|
||||
|
||||
class FlagReader
|
||||
|
|
Loading…
Add table
Reference in a new issue