ElectronDisplay.jl
ElectronDisplay.jl copied to clipboard
Support save UI
A save button that allows one to save plots to disc would be great.
Instead of a stripe that we mentioned in previous issues related to UI, what about displaying a native menu with electron? On macOS there is always a menu (I guess on Windows it's optional), probably we should make use of it.
Here is the documentation with native menu:
https://electronjs.org/docs/api/menu
Agreed, that seems like a good idea!