mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 00:35:26 +03:00
Revert "Add Betaflight Configurator as window title"
This reverts commit de6ea287db
.
This commit is contained in:
parent
07bdeb65e1
commit
13ef4c78c0
2 changed files with 0 additions and 5 deletions
|
@ -2,10 +2,6 @@
|
|||
"translation_version": {
|
||||
"message": "0"
|
||||
},
|
||||
"windowTitle": {
|
||||
"message": "Betaflight Configurator",
|
||||
"description": "Title of the application window, usually not translated"
|
||||
},
|
||||
"warningTitle": {
|
||||
"message": "Warning"
|
||||
},
|
||||
|
|
|
@ -9,7 +9,6 @@ function startApplication() {
|
|||
chrome.app.window.create('main.html', {
|
||||
id: 'main-window',
|
||||
frame: 'chrome',
|
||||
title: chrome.i18n.getMessage('windowTitle'),
|
||||
innerBounds: {
|
||||
minWidth: 1024,
|
||||
minHeight: 550
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue