Hey, I'am developing Electron apps (https://electron.atom.io) and DisplayFusion appends his "move-to-other-display" button (http://jmp.sh/R0tsNuw) to my windows.
Here is the manual for the window creating function: https://electron.atom.io/docs/api/browser-window/
Thanks! I think it might be due to the window having the "WS_MINIMIZEBOX__GROUP" window style. Maybe using the win.setMinimizable() function would remove that window style?
Sweet! Setting minimizeble flag to false fixed the problem.
Thanks a lot!
Quote:
Thanks! I think it might be due to the window having the "WS_MINIMIZEBOX__GROUP" window style. Maybe using the win.setMinimizable() function would remove that window style?