mirror of
https://code.gri.mw/GUI/grim.git
synced 2026-07-12 17:58:55 +00:00
fix: do not block navigation on wallet sync with integrated node when data is empty
This commit is contained in:
@@ -616,7 +616,7 @@ impl WalletContent {
|
||||
// Block navigation if wallet is repairing and integrated node is not launching
|
||||
// and if wallet is closing or syncing after opening when there is no data to show.
|
||||
(wallet.is_repairing() && (integrated_node_ready || !integrated_node) && !sync_error)
|
||||
|| wallet.is_closing() || sync_after_opening
|
||||
|| wallet.is_closing() || (sync_after_opening && !integrated_node)
|
||||
}
|
||||
|
||||
/// Draw wallet sync progress content.
|
||||
|
||||
Reference in New Issue
Block a user