mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-19 14:08:11 +00:00
fsm: update storage after ApplyFlags
This commit is contained in:
parent
159df8d24f
commit
3a908d7c7d
@ -706,6 +706,7 @@ void fsm_msgApplyFlags(ApplyFlags *msg)
|
|||||||
{
|
{
|
||||||
if (msg->has_flags) {
|
if (msg->has_flags) {
|
||||||
storage_applyFlags(msg->flags);
|
storage_applyFlags(msg->flags);
|
||||||
|
storage_update();
|
||||||
}
|
}
|
||||||
fsm_sendSuccess(_("Flags applied"));
|
fsm_sendSuccess(_("Flags applied"));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user