mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 13:19:59 +00:00
applets: software_keyboard: Signal state change on end of interactive session.
This commit is contained in:
parent
be5fcffb89
commit
3557fa25d0
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ void SoftwareKeyboard::ExecuteInteractive() {
|
||||||
void SoftwareKeyboard::Execute() {
|
void SoftwareKeyboard::Execute() {
|
||||||
if (complete) {
|
if (complete) {
|
||||||
broker.PushNormalDataFromApplet(IStorage{final_data});
|
broker.PushNormalDataFromApplet(IStorage{final_data});
|
||||||
|
broker.SignalStateChanged();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue