mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 21:35:33 +03:00
Changed it to use a tooltip. God I hate CSS.
This commit is contained in:
parent
a2c2b82806
commit
d86bb0d41e
5 changed files with 80 additions and 49 deletions
|
@ -1271,7 +1271,9 @@ MspHelper.prototype.process_data = function(dataHandler) {
|
|||
|
||||
switch (code) {
|
||||
case MSPCodes.MSP_SET_REBOOT:
|
||||
showErrorDialog(i18n.getMessage('operationNotSupported'));
|
||||
TABS.onboard_logging.mscRebootFailedCallback();
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue