djcas9 / komanda

The IRC Client For Developers
http://komanda.io
MIT License
1.78k stars 75 forks source link

Make frameless window optional #186

Open rahatarmanahmed opened 10 years ago

rahatarmanahmed commented 10 years ago

I would much rather have a native frame on my window, but I understand not everyone will agree. We can have a settings option that allows the user to pick if they want a native frame or not.

How I see this being implemented: When the application starts up, it can have a dummy hidden startup window that will programatically create the real window via gui.Window.open based on the user settings. Then the DOM titlebar can be hidden or shown by checking that setting. If the user changes this setting, the application will have to restart to see changes (and a message can say that).

tyscorp commented 10 years ago

I'd like this too. The OSX style buttons look kinda out of place on Windows.

rahatarmanahmed commented 10 years ago

Actually I'm not sure we need a dummy window, I'll have to look into that. On Jul 30, 2014 4:32 PM, "Tyson Cleary" notifications@github.com wrote:

I'd like this too. The OSX style buttons look kinda out of place on Windows.

— Reply to this email directly or view it on GitHub https://github.com/mephux/komanda/issues/186#issuecomment-50683149.