SnosMe / electron-overlay-window

Creating overlays is easy like never before
MIT License
201 stars 38 forks source link

Change display algorithm #20

Closed SnosMe closed 1 year ago

SnosMe commented 3 years ago

Previously: made Electron window as a child of another process window Now: makes Electron window show always on top

Reason: to make behavior uniform across desktop OS, because child window trick can't be done on macOS