Merge pull request #810 from McGiverGim/bf-add_window_title
Add Betaflight Configurator as window title10.3.x-maintenance
commit
07bdeb65e1
|
@ -2,6 +2,10 @@
|
|||
"translation_version": {
|
||||
"message": "0"
|
||||
},
|
||||
"windowTitle": {
|
||||
"message": "Betaflight Configurator",
|
||||
"description": "Title of the application window, usually not translated"
|
||||
},
|
||||
"warningTitle": {
|
||||
"message": "Warning"
|
||||
},
|
||||
|
|
|
@ -9,6 +9,7 @@ function startApplication() {
|
|||
chrome.app.window.create('main.html', {
|
||||
id: 'main-window',
|
||||
frame: 'chrome',
|
||||
title: chrome.i18n.getMessage('windowTitle'),
|
||||
innerBounds: {
|
||||
minWidth: 1024,
|
||||
minHeight: 550
|
||||
|
|
Loading…
Reference in New Issue