fix: fixed the language thing and handling of project settings
This commit is contained in:
@@ -810,6 +810,9 @@ export function registerIpcHandlers(): void {
|
||||
|
||||
safeHandle('meta:getProjectMetadata', async () => {
|
||||
const engine = getMetaEngine();
|
||||
if (!engine.isInitialized()) {
|
||||
await engine.syncOnStartup();
|
||||
}
|
||||
return engine.getProjectMetadata();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user