[nostalgia/studio] Make About modal and ProjectExplorer hide-able

This commit is contained in:
2022-03-05 11:39:13 -06:00
parent a092c393a6
commit 4966aaffe4
2 changed files with 40 additions and 19 deletions
+3
View File
@@ -32,6 +32,7 @@ class StudioUI: public ox::SignalHandler {
studio::Editor *m_acitveEditor = nullptr;
bool m_saveEnabled = false;
bool m_aboutEnabled = false;
bool m_showProjectExplorer = true;
public:
explicit StudioUI(core::Context *ctx) noexcept;
@@ -54,6 +55,8 @@ class StudioUI: public ox::SignalHandler {
void drawTabs() noexcept;
void drawAboutPopup() noexcept;
void loadEditorMaker(const studio::EditorMaker &editorMaker) noexcept;
void loadModule(studio::Module *module) noexcept;