Skip to content

Commit

Permalink
fix close flow backup page
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeBoy committed Dec 24, 2023
1 parent 52f03fc commit 2f0f38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/page/root/single_wallet_main_page.go
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ func (swmp *SingleWalletMasterPage) showBackupInfo() {
SetPositiveButtonCallback(func(_ bool, m *modal.InfoModal) bool {
swmp.ParentNavigator().Display(seedbackup.NewBackupInstructionsPage(swmp.Load, swmp.selectedWallet, func(load *load.Load, navigator app.WindowNavigator) {
swmp.selectedWallet.SaveUserConfigValue(sharedW.SeedBackupNotificationConfigKey, true)
swmp.ParentNavigator().CloseCurrentPage()
swmp.ParentNavigator().ClosePagesAfter(MainPageID)
}))
return true
})
Expand Down

0 comments on commit 2f0f38d

Please sign in to comment.