[nostalgia/studio] Make About modal and ProjectExplorer hide-able
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user