From 7057905d940e051df79be292a8ad4d565883530b Mon Sep 17 00:00:00 2001 From: Davide Grilli Date: Sun, 19 Jul 2026 17:46:31 +0200 Subject: [PATCH] fix(ui): hide Donate tab in Help until a wallet is open The tab requires an open wallet to send from, so showing it before one is loaded led to a dead end. Gate it behind IsWalletOpen, same as the other wallet-only UI. --- src/App/Views/MainView.axaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/App/Views/MainView.axaml b/src/App/Views/MainView.axaml index c5d5c51..b02ce92 100644 --- a/src/App/Views/MainView.axaml +++ b/src/App/Views/MainView.axaml @@ -1648,8 +1648,9 @@ - - + +