kube-forwarder
kube-forwarder copied to clipboard
Non resizable window on linux appimage
Hi, I'm running the linux AppImage, but it is impossible to resize the window. I have observed in the source code that the maximize flag depends on the value of the NODE_ENV variable, but no matter what is the value of that variable in my local machine (development | production) ...I observe no change in the possibility to maximize the window
- I suspect that once the image has been compiled the electron layout cannot be changed, but it is not possible for me to recompile the image
Am I getting this right or it is something I can do without being able to rebuild the appimage?
Same situation here: if I checkout the code and use npm run dev I get a resizable window that works fine, I install using the download link for linux - the AppImage - the window just drags around if I try to resize it. Originally I thought the non-resizing was intended but it doesn't seem to be an issue in the development version, everything works pretty well.
Same for the MacOS Catalina 10.15.7 (19H15)