Add Load method to editor classes and update corresponding headers

This commit is contained in:
scawful
2025-03-08 10:07:18 -05:00
parent 9919677e43
commit 412e617ce7
22 changed files with 95 additions and 45 deletions

View File

@@ -450,7 +450,8 @@ void EditorManager::DrawHomepage() {
}
Separator();
settings_editor_.Update();
auto settings = settings_editor_.Update();
if (!settings.ok()) status_ = settings;
}
void EditorManager::DrawMenuBar() {