You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not an issue from the app but more of the underlying dependencies
Currently our UI crate is separate from the app crate, and with the current system we can't really personalize the content of the main menu much via rust (see #151).
So, currently the dependency, and not the app, decides what is printed out on the second line of the main menu, which isn't really ideal.
See
Currently our UI crate is separate from the app crate, and with the current system we can't really personalize the content of the main menu much via rust (see #151).
So, currently the dependency, and not the app, decides what is printed out on the second line of the main menu, which isn't really ideal.
See
ledger-tezos/rust/zemu/src/ui_toolkit/backends/nanos.rs
Line 105 in ef44255
ledger-tezos/rust/zemu/src/ui_toolkit/backends/nanox.rs
Line 147 in ef44255
🔗 zboto Link
The text was updated successfully, but these errors were encountered: