electron-seamless-titlebar-tutorial
electron-seamless-titlebar-tutorial copied to clipboard
Any suggestions to integrate the menu (file, edit, ...) seamlessly too..?
Amazing tutorial! Thanks so much! Got everything working just as described.
Now, my question is, do you have any ideas as to how to get back / integrate the menu into the seamless frame?
VSCode, for instance, has their menu integrated into the frame as such:

There's no magical way, you'll just have to design your own menu ui into the title bar. It's not too hard, but it'll be much easier if you use something like react, or a ui framework with this feature. Otherwise just code it from scratch I guess. Give it a function to generate a menu ui from an object just like the electron menu.