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:
parent
13ef4c78c0
commit
9ca80e9a9a
2 changed files with 6 additions and 2 deletions
|
@ -2,6 +2,10 @@
|
|||
"translation_version": {
|
||||
"message": "0"
|
||||
},
|
||||
"windowTitle": {
|
||||
"message": "Betaflight Configurator",
|
||||
"description": "Title of the application window, usually not translated"
|
||||
},
|
||||
"warningTitle": {
|
||||
"message": "Warning"
|
||||
},
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue