2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 17:47:43 +00:00

Don't show menubar by default, use to toggle it

This commit is contained in:
2021-05-30 18:44:02 -07:00
parent 45097955a7
commit 201d5c5423
4 changed files with 7 additions and 18 deletions

View File

@@ -57,6 +57,7 @@ private:
bool m_paused = false;
bool m_stepFrame = false;
bool m_isVisible = false;
bool m_inspectActiveOnly = false;
bool m_inspectCurrentAreaOnly = false;