Merge #1095: replace AboutSection -> EditWalletSettings

a913a026467f7acea716defecbcae73fb0c07fa0 replace AboutSection -> EditWalletSettings (pythcoiner)

Pull request description:

  fixes #1087

ACKs for top commit:
  edouardparis:
    utACK a913a026467f7acea716defecbcae73fb0c07fa0

Tree-SHA512: a2ed2f8e6aefb6bc2f37908fcf66c78539d092fc823064d1fbfe29879eede900e58720128eb41638e3fa18158df73b6c6d863ff245402b7475ae9d48577c5d8e
This commit is contained in:
edouardparis 2024-05-27 09:40:03 +02:00
commit dd75308835
No known key found for this signature in database
GPG Key ID: E65F7A089C20DC8F

View File

@ -620,7 +620,7 @@ pub fn wallet_settings<'a>(
.push( .push(
Button::new(text("Wallet").size(30).bold()) Button::new(text("Wallet").size(30).bold())
.style(theme::Button::Transparent) .style(theme::Button::Transparent)
.on_press(Message::Settings(SettingsMessage::AboutSection)), .on_press(Message::Settings(SettingsMessage::EditWalletSettings)),
), ),
) )
.push(card::simple( .push(card::simple(