Merge commit 'cfc27a384b00388fc1ce30ac47c266ddd1f8e6f1'

This commit is contained in:
2024-01-28 18:05:09 -06:00
9 changed files with 156 additions and 9 deletions

View File

@@ -34,10 +34,10 @@ struct StudioConfig {
};
oxModelBegin(StudioConfig)
oxModelFieldRename(active_tab_item_name, activeTabItemName)
oxModelFieldRename(project_path, projectPath)
oxModelFieldRename(open_files, openFiles)
oxModelFieldRename(show_project_explorer, showProjectExplorer)
oxModelFieldRename(activeTabItemName, active_tab_item_name)
oxModelFieldRename(projectPath, project_path)
oxModelFieldRename(openFiles, open_files)
oxModelFieldRename(showProjectExplorer, show_project_explorer)
oxModelEnd()
StudioUI::StudioUI(studio::StudioContext &ctx, ox::StringView projectDataDir) noexcept: