Skip to content

Commit c16fd8d

Browse files
authored
Adding the app ID again to prevent multiple launches (#10)
1 parent 2c28fcb commit c16fd8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ function launch(launchData) {
242242

243243
chrome.app.window.create(page, {
244244
//We only want to allow a single instance of our app open at a time
245-
//id: "IL App",
245+
id: "IL App",
246246
outerBounds: {
247247
width: width,
248248
height: height

0 commit comments

Comments
 (0)