MiddleWare.cpp: Replace old raiseUi call with d.reply (#331)
commit0f7871693264712cf4b01e4965971d95a45a71de
authorRicard Wanderlof <polluxsynth@butoba.net>
Sun, 13 Feb 2022 23:17:40 +0000 (14 00:17 +0100)
committerMark McCurry <mark.d.mccurry@gmail.com>
Mon, 4 Apr 2022 15:02:55 +0000 (4 11:02 -0400)
tree12f9e1b6f064f03bae2f48ddf22dc9b850914c39
parent487fe77a16b1985cb4681d7607ec25033888f06f
MiddleWare.cpp: Replace old raiseUi call with d.reply (#331)

All /alert messages are sent using d.reply(), so do the same when
/bank/save_to_slot fails, rather than using raiseUi().

Otherwise, if /bank/save_to_slot fails, the fusion UI will never
get the alert message.
src/Misc/MiddleWare.cpp