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
Fix: Remove back navigation from CreateConfirm and CreateBackup (Fixesbitcoin-core#412)
- Removed back button and NavigationBar2 from CreateBackup.qml
- Removed back signal from CreateBackup.qml
- Removed unnecessary imports
- Verified CreateConfirm.qml already had no back navigation
- Maintained forward-only navigation flow with "Done" button
This change ensures users follow a linear wallet creation process
without the ability to navigate backwards, improving the flow
consistency and user experience.
0 commit comments