Skip to content

Commit

Permalink
Exit from settings menu immediately when change is made (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
siy authored Sep 14, 2023
1 parent 1619e8d commit beee20c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "babylon-ledger-app"
version = "0.7.0"
version = "0.7.1"
authors = ["siy"]
edition = "2021"
description = "Radix Babylon"
Expand Down
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ fn verbose_mode_setting_action() -> bool {
}
.update();

false
true
}

fn blind_signing_setting_action() -> bool {
Expand All @@ -116,7 +116,7 @@ fn blind_signing_setting_action() -> bool {
}
.update();

false
true
}

fn back_from_setting_action() -> bool {
Expand Down

0 comments on commit beee20c

Please sign in to comment.