Merge #1337: fix wrong redirection message in settings
1d20064bebcd2451b9844231576dc0b9cef0bac7 fix wrong redirection message in settings (edouardparis) Pull request description: close #1334 ACKs for top commit: pythcoiner: tACK 1d20064 edouardparis: Self-ACK 1d20064bebcd2451b9844231576dc0b9cef0bac7 Tree-SHA512: fa86fbe131f5223bca56e2f4e42574be2c9d6c5cb3e5b911a2dc57c1a07620a07ed58c1bcd3b8b3bd8f3c35f4eadd0b1c9eda594ac03a70a5245ad961a8914ec
This commit is contained in:
commit
9b7ea093f9
@ -253,7 +253,9 @@ pub fn remote_backend_section<'a>(
|
||||
.push(
|
||||
Button::new(text("Backend").size(30).bold())
|
||||
.style(theme::Button::Transparent)
|
||||
.on_press(Message::Settings(SettingsMessage::AboutSection)),
|
||||
.on_press(Message::Settings(
|
||||
SettingsMessage::EditRemoteBackendSettings,
|
||||
)),
|
||||
),
|
||||
)
|
||||
.push(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user