From ee508f7ee868c32de143622f4e250dce86710eb0 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Tue, 5 Apr 2016 13:47:57 -0300 Subject: [PATCH] toolbar false --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab49b6f34..7b2745974 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "window": { "title": "Copay - A multisignature wallet", "icon": "./public/img/icons/icon-256.png", - "toolbar": true, + "toolbar": false, "show": true, "visible": true, "resizable": false,