diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-03-28 17:41:48 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-03-28 17:41:48 +0300 |
commit | e2aa8e17e2dc4d297d1043ed59b3f415f14751f6 (patch) | |
tree | 6034cec18509abe0aac99d5960271fc33fff690a /indra/newview/llpanellogin.h | |
parent | 952aee3f49d9591473b0bc2029dd485dd70a4132 (diff) |
SL-17039 "Remember Password" checkbox state should be saved per account name
Diffstat (limited to 'indra/newview/llpanellogin.h')
-rw-r--r-- | indra/newview/llpanellogin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanellogin.h b/indra/newview/llpanellogin.h index c5e6b41def..c6254f72cf 100644 --- a/indra/newview/llpanellogin.h +++ b/indra/newview/llpanellogin.h @@ -107,6 +107,7 @@ private: static void onUserNameTextEnty(void*); static void onUserListCommit(void*); static void onRememberUserCheck(void*); + static void onRememberPasswordCheck(void*); static void onPassKey(LLLineEditor* caller, void* user_data); static void updateServerCombo(); |