1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-20 14:55:15 +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": { "translation_version": {
"message": "0" "message": "0"
}, },
"windowTitle": {
"message": "Betaflight Configurator",
"description": "Title of the application window, usually not translated"
},
"warningTitle": { "warningTitle": {
"message": "Warning" "message": "Warning"
}, },

View file

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