mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 06:15:13 +03:00
Added checking for latest configurator release and update notification.
This commit is contained in:
parent
8278ba83a4
commit
ec8b7449f8
9 changed files with 225 additions and 199 deletions
|
@ -325,8 +325,7 @@ GUI_control.prototype.show_modal = function (title, message) {
|
|||
var popup = new jBox('Modal', {
|
||||
title: title,
|
||||
content: message,
|
||||
closeButton: 'title',
|
||||
closeOnClick: 'box'
|
||||
closeButton: 'title'
|
||||
});
|
||||
|
||||
popup.open();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue