create default workspace for desktop

pull/5370/head
yann300 2 years ago
parent b76d5cd8d7
commit a2df3b4789
  1. 1
      libs/remix-ui/workspace/src/lib/actions/index.ts

@ -113,6 +113,7 @@ export const initWorkspace = (filePanelPlugin) => async (reducerDispatch: React.
}
} else await basicWorkspaceInit(workspaces, workspaceProvider)
} else if (isElectron()) {
await basicWorkspaceInit(workspaces, workspaceProvider)
await plugin.call('manager', 'activatePlugin', 'remixd')
} else if (localStorage.getItem("currentWorkspace")) {
const index = workspaces.findIndex(element => element.name == localStorage.getItem("currentWorkspace"))

Loading…
Cancel
Save