Skip to content

Commit

Permalink
fix wrong redirection message in settings
Browse files Browse the repository at this point in the history
close #1334
  • Loading branch information
edouardparis committed Sep 13, 2024
1 parent dde02df commit 1d20064
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gui/src/app/view/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 1d20064

Please sign in to comment.