Merge pull request #810 from McGiverGim/bf-add_window_title

Add Betaflight Configurator as window title
10.3.x-maintenance
Michael Keller 2017-12-22 18:35:30 +13:00 committed by GitHub
commit 07bdeb65e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,10 @@
"translation_version": {
"message": "0"
},
"windowTitle": {
"message": "Betaflight Configurator",
"description": "Title of the application window, usually not translated"
},
"warningTitle": {
"message": "Warning"
},

View File

@ -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