mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Update the message that reminders users to check for new versions rather
than blindly assuming a new version is available.
This commit is contained in:
parent
9f07f438e2
commit
1ac581654d
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
@ -39,7 +39,7 @@ $(document).ready(function () {
|
|||
console.log('Application version is valid for another: ' + Math.round((CONFIGURATOR.releaseDate - (new Date().getTime() - (86400000 * 60))) / 86400000) + ' days');
|
||||
} else {
|
||||
console.log('Application version expired');
|
||||
GUI.log('You\'re using an old version of ' + chrome.runtime.getManifest().name + '. Please update so you can benefit from recently added features and bugfixes.');
|
||||
GUI.log('You are using an old version of ' + chrome.runtime.getManifest().name + '. There may be a more recent version with improvements and fixes.');
|
||||
}
|
||||
|
||||
// log webgl capability
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue