mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 16:25:22 +03:00
Remove comments.
Note: git history will provide if needed.
This commit is contained in:
parent
ea2d59f4fb
commit
79929d0f5c
1 changed files with 2 additions and 3 deletions
|
@ -10,9 +10,8 @@ function startApplication() {
|
|||
id: 'main-window',
|
||||
frame: 'chrome',
|
||||
innerBounds: {
|
||||
minWidth: 1024, // changed from 960
|
||||
minHeight: 700 // changed from 625
|
||||
|
||||
minWidth: 1024,
|
||||
minHeight: 700
|
||||
}
|
||||
}, function (createdWindow) {
|
||||
createdWindow.contentWindow.addEventListener('load', function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue