Merge pull request #397 from RobberPhex/master

Add document for browser-window's icon
This commit is contained in:
Cheng Zhao 2014-06-14 22:42:53 +08:00
commit bf5fc2db9b

View file

@ -44,6 +44,7 @@ You can also create a window without chrome by using
* `fullscreen` Boolean - Whether the window should show in fullscreen
* `kiosk` Boolean - The kiosk mode
* `title` String - Default window title
* `icon` String - The path of icon file
* `show` Boolean - Whether window should be shown when created
* `frame` Boolean - Specify `false` to create a
[Frameless Window](frameless-window.md)