nwjs / nw.js

Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies.
https://nwjs.io
MIT License
40.39k stars 3.88k forks source link

Hide maximize/minimize buttons on title bar (native frame) #1304

Open drschwabe opened 11 years ago

drschwabe commented 11 years ago

It would be cool if nw had options to disable the maximize and minimize buttons while still keeping the native frame.

Here's an example:

no-maximize-minimize

Perhaps with something like:

{
 "window": {
    "icon": "path/to/my/app.png", 
    "button_maximize": false,
    "button_minimize": false
 }

}

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

katanacrimson commented 11 years ago

Would rather it be under a button object myself tbh.

button: { maximize: true etc.