Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Chrome app window button removed old ones #92

Open
wants to merge 3 commits into
base: fresh
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
adding Chrome app window buttons
Brenden Gonzalez committed Feb 26, 2015

Verified

This commit was signed with the committer’s verified signature.
vjmp Juha Pohjalainen
commit a368964751556f6817e7246f3f249fce1c5708b1
4 changes: 2 additions & 2 deletions background.js
Original file line number Diff line number Diff line change
@@ -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)
})
})