diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 1b9a8fd5..7890127f 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -2,6 +2,10 @@ "translation_version": { "message": "0" }, + "windowTitle": { + "message": "Betaflight Configurator", + "description": "Title of the application window, usually not translated" + }, "warningTitle": { "message": "Warning" }, diff --git a/eventPage.js b/eventPage.js index f7d57159..41e09ca9 100755 --- a/eventPage.js +++ b/eventPage.js @@ -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