mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
Merge pull request #2567 from devinbileck/fix-btc-status-incorrectly-hidden-on-splash-screen
Fix BTC status incorrectly hidden on splash screen
This commit is contained in:
commit
0b1b89e617
@ -610,11 +610,6 @@ public class MainView extends InitializableView<StackPane, MainViewModel> {
|
||||
Timer showTorNetworkSettingsTimer = UserThread.runAfter(() -> {
|
||||
showTorNetworkSettingsButton.setVisible(true);
|
||||
showTorNetworkSettingsButton.setManaged(true);
|
||||
if (btcSyncIndicator.progressProperty().getValue() <= 0) {
|
||||
// If no progress has been made, hide the BTC status since tor is not working
|
||||
btcSyncIndicator.setVisible(false);
|
||||
btcSplashInfo.setVisible(false);
|
||||
}
|
||||
}, SHOW_TOR_SETTINGS_DELAY_SEC);
|
||||
|
||||
splashP2PNetworkIconIdListener = (ov, oldValue, newValue) -> {
|
||||
|
Loading…
Reference in New Issue
Block a user