Changed button order in account markup

This commit is contained in:
StNicolay 2024-04-16 18:13:08 +03:00
parent e9eac89d09
commit 84254778e8
Signed by: StNicolay
GPG Key ID: 9693D04DCD962B0D

View File

@ -66,8 +66,8 @@ pub fn account_markup(name: &str, is_encrypted: bool, locale: LocaleRef) -> Inli
(locale.change_name_button.as_ref(), "an"), (locale.change_name_button.as_ref(), "an"),
(locale.change_login_button.as_ref(), "al"), (locale.change_login_button.as_ref(), "al"),
(locale.change_password_button.as_ref(), "ap"), (locale.change_password_button.as_ref(), "ap"),
encryption_button,
(locale.delete_account_button.as_ref(), "delete0"), (locale.delete_account_button.as_ref(), "delete0"),
encryption_button,
] ]
.into_iter() .into_iter()
.map(|(text, command)| make_button(text, command, hash)) .map(|(text, command)| make_button(text, command, hash))