mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
correct status bar width, display configurator version in status bar
This commit is contained in:
parent
fa2888f463
commit
3381463bf5
3 changed files with 13 additions and 1 deletions
2
main.js
2
main.js
|
@ -17,6 +17,8 @@ $(document).ready(function () {
|
|||
'Chrome: <strong>' + window.navigator.appVersion.replace(/.*Chrome\/([0-9.]*).*/, "$1") + '</strong>, ' +
|
||||
'Configurator: <strong>' + chrome.runtime.getManifest().version + '</strong>');
|
||||
|
||||
$('#status-bar .version').text(chrome.runtime.getManifest().version);
|
||||
|
||||
// notification messages for various operating systems
|
||||
switch (GUI.operating_system) {
|
||||
case 'Windows':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue