Merge pull request #2236 from McGiverGim/fix_window_title_flicker

Remove window title hack for Chrome
10.8-maintenance
Michael Keller 2020-10-20 21:08:24 +13:00 committed by GitHub
commit 36fe5f48b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 7 deletions

View File

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

View File

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

View File

@ -144,8 +144,7 @@
<script type="text/javascript" src="./components/MotorOutputReordering/MotorOutputReorderingConfig.js"></script>
<script type="text/javascript" src="./node_modules/select2/dist/js/select2.min.js"></script>
<title i18n="windowTitle"></title>
<title></title>
</head>
<body>
<div id="main-wrapper">