1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-19 14:25:14 +03:00

Change title for standalone apps

It does not work for chrome apps. But they never had a title.
This commit is contained in:
Miguel Angel Mulero Martinez 2017-12-23 11:06:57 +01:00
parent 13ef4c78c0
commit 9ca80e9a9a
2 changed files with 6 additions and 2 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

@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
@ -98,7 +98,7 @@
<script type="text/javascript" src="./tabs/osd.js"></script>
<script type="text/javascript" src="./tabs/power.js"></script>
<script type="text/javascript" src="./tabs/transponder.js"></script>
<title></title>
<title i18n="windowTitle"></title>
</head>
<body>
<div id="main-wrapper">