1
0
Fork 0
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:
cTn 2014-10-12 16:05:35 +02:00
parent fa2888f463
commit 3381463bf5
3 changed files with 13 additions and 1 deletions

View file

@ -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':