Open Exscotticus opened 5 years ago
You're right. Just checked the documentation, the startfile is Windows specific. For now, you can comment out the line and manually open the UI\index.htm
in your browser. I've found a fix for this that I'll apply soon.
Yeah it was by no means a show stopper. I just replaced the line with something that would work for me on my Mac...
os.system('open -a "Google Chrome" UI/index.htm')
Fantastic app, btw. So much fun to watch the threads working.
Any way to change the main preview map from the UI? It would be nice if, after you select a different map, the preview map would switch to that as well.
Thanks, that's a great idea. I'll keep this in mind for the next iteration.
The newest commit is decoupled from OS desktop (for compatibility with docker). It won't automatically open the browser anymore
@AliFlux Fantastic repo. Just catching up with it, can this issue be closed?
Looks like you have some Windows OS specific code...