diff --git a/desktop/src/main/java/bisq/desktop/main/MainView.java b/desktop/src/main/java/bisq/desktop/main/MainView.java index ba6fd2ee3cf..c71bdede63c 100644 --- a/desktop/src/main/java/bisq/desktop/main/MainView.java +++ b/desktop/src/main/java/bisq/desktop/main/MainView.java @@ -610,11 +610,6 @@ private VBox createSplashScreen() { 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) -> {