From a368964751556f6817e7246f3f249fce1c5708b1 Mon Sep 17 00:00:00 2001 From: Brenden Gonzalez Date: Wed, 25 Feb 2015 22:53:57 -0600 Subject: [PATCH 1/3] adding Chrome app window buttons --- background.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/background.js b/background.js index bbe03e4..09fefde 100644 --- a/background.js +++ b/background.js @@ -25,7 +25,7 @@ function WindowManager() { // will be remembered. so put it in. this.mainWindowOpts = { width: 865, - frame: 'none', + frame: 'true', height: 610, resizable: true, minHeight: 32, @@ -278,4 +278,4 @@ chrome.runtime.onSuspendCanceled.addListener( function(evt) { }) chrome.app.runtime.onRestarted.addListener( function(evt) { console.log('app onRestarted',evt) -}) \ No newline at end of file +}) From 15cc4fed4dadda4098f8e7bc997a5d8c9efdbd8b Mon Sep 17 00:00:00 2001 From: Brenden Gonzalez Date: Wed, 25 Feb 2015 22:54:35 -0600 Subject: [PATCH 2/3] removed quit/compact --- gui/index.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/gui/index.html b/gui/index.html index 03d40e9..96232ab 100644 --- a/gui/index.html +++ b/gui/index.html @@ -80,8 +80,6 @@ -
Quit
-
Compact