Commit e7c4130
authored
Fix: Remove back navigation from CreateConfirm and CreateBackup (Fixes bitcoin-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.1 parent 765f608 commit e7c4130
1 file changed
+1
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 18 | | |
31 | 19 | | |
32 | 20 | | |
| |||
89 | 77 | | |
90 | 78 | | |
91 | 79 | | |
92 | | - | |
| 80 | + | |
0 commit comments