mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-16 16:47:53 +00:00
applets: software_keyboard: Signal state change on end of interactive session.
This commit is contained in:
parent
b1bd8d852a
commit
0d376ae49e
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ void SoftwareKeyboard::ExecuteInteractive() {
|
|||
void SoftwareKeyboard::Execute() {
|
||||
if (complete) {
|
||||
broker.PushNormalDataFromApplet(IStorage{final_data});
|
||||
broker.SignalStateChanged();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue