add new wallet, open wallet and import wallet hyperlinks to background text shown when no tabs are open

This commit is contained in:
Craig Raw
2024-03-25 14:25:31 +02:00
parent 210d52c001
commit 6ea6f4b5d2
3 changed files with 23 additions and 5 deletions
@@ -333,6 +333,8 @@ public class AppController implements Initializable {
EventManager.get().post(new OpenWalletsEvent(tabs.getScene().getWindow(), Collections.emptyList()));
});
tabs.setPickOnBounds(false);
registerShortcuts();
BitcoinUnit unit = Config.get().getBitcoinUnit();