mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Merge pull request #1567 from ManfredKarrer/issue-1566
Fixes issue 1566
This commit is contained in:
commit
a35aeb6e85
1 changed files with 7 additions and 0 deletions
|
@ -713,6 +713,13 @@ public class MainViewModel implements ViewModel {
|
|||
|
||||
checkForCorruptedDataBaseFiles();
|
||||
|
||||
String bitcoinLocalhostNodeKey = "bitcoinLocalhostNode";
|
||||
if (bisqEnvironment.isBitcoinLocalhostNodeRunning() && preferences.showAgain(bitcoinLocalhostNodeKey)) {
|
||||
new Popup<>().backgroundInfo(Res.get("popup.bitcoinLocalhostNode.msg"))
|
||||
.dontShowAgainId(bitcoinLocalhostNodeKey)
|
||||
.show();
|
||||
}
|
||||
|
||||
allBasicServicesInitialized = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue