allow sequential profile edit

This commit is contained in:
Carlosokumu 2024-12-03 11:20:35 +03:00
parent 944fa89b3c
commit a72fb08dc8
Signed by: carlos
GPG Key ID: 7BD6BC8160A5C953
2 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@ LOAD get_current_profile_info 0
RELOAD get_current_profile_info
MAP get_current_profile_info
MOUT back 0
LOAD save_familyname 64
HALT
LOAD save_familyname 64
RELOAD save_familyname
INCMP _ 0
CATCH pin_entry flag_familyname_set 1

View File

@ -2,10 +2,10 @@ CATCH update_firstname flag_allow_update 1
LOAD get_current_profile_info 0
RELOAD get_current_profile_info
MAP get_current_profile_info
LOAD save_firstname 128
MOUT back 0
HALT
RELOAD save_firstname
INCMP _ 0
LOAD save_firstname 128
RELOAD save_firstname
CATCH pin_entry flag_firstname_set 1
INCMP edit_family_name *