Currently the path to the html file is hardcoded into platform/electron_app.html. Can this be extracted to let users take care of their own window opening logic? Are apps with multiple windows supported? (With a shared app scope so that changes are reflected across the entire app.)
Currently the path to the html file is hardcoded into
platform/electron_app.html
. Can this be extracted to let users take care of their own window opening logic? Are apps with multiple windows supported? (With a shared app scope so that changes are reflected across the entire app.)