Skip to content

Commit 414b9ad

Browse files
committed
Fix chromeapp not starting (title not supported)
1 parent c36b962 commit 414b9ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

background.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ function startApplication() {
77
innerBounds : {
88
'width' : 1340,
99
'height' : 920
10-
},
11-
title: 'Betaflight - Blackbox Explorer'
10+
}
1211
});
1312
}
1413

0 commit comments

Comments
 (0)