Closed franjurinec closed 3 years ago
Projects need to be dynamically loaded from the disk when the application is launched. User has to be able to select which project to open.
Implemented in e049fb6405c4b65196fe4e025a0f2d8d4fb61101 using the 'userData' path offered by Electron's API as a reference point for project storage.
Projects need to be dynamically loaded from the disk when the application is launched.
User has to be able to select which project to open.