Removed toolbar.

This commit is contained in:
luckcolors 2015-11-11 22:49:25 +01:00
commit 14d88e9a10

View file

@ -1,4 +1,11 @@
{
"name": "jsxm",
"main": "index.html"
"version": "1",
"main": "index.html",
"window": {
"frame": true,
"toolbar": false,
"position": "center",
"resizable": true
}
}