1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 01:35:21 +03:00

Also play model name on model changes (#5416)

Fixes #5414
This commit is contained in:
3djc 2017-11-23 23:25:38 +01:00 committed by Bertrand Songis
parent 3caf83e920
commit 462e5f05e6

View file

@ -76,6 +76,7 @@ void postModelLoad(bool alarms)
#if defined(GUI)
if (alarms) {
checkAll();
PLAY_MODEL_NAME();
}
#endif
resumePulses();