diff --git a/locales/en/messages.json b/locales/en/messages.json index d661f280..4421ef10 100644 --- a/locales/en/messages.json +++ b/locales/en/messages.json @@ -2,10 +2,6 @@ "translation_version": { "message": "0" }, - "windowTitle": { - "message": "Betaflight Configurator", - "description": "Title of the application window, usually not translated" - }, "yes": { "message": "Yes", "description": "General Yes message to be used across the application" diff --git a/package.json b/package.json index 91b2fcd1..6411dd8e 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,8 @@ "icon": "images/bf_icon_128.png", "id": "main-window", "min_width": 1024, - "min_height": 550 + "min_height": 550, + "title": "Betaflight Configurator" }, "repository": { "type": "git", diff --git a/src/main.html b/src/main.html index 02bb5d60..74d59663 100644 --- a/src/main.html +++ b/src/main.html @@ -143,9 +143,8 @@ - - +