mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-03-26 01:32:25 +01:00
always set server toggle tooltip on connection to handle bwt startup
This commit is contained in:
parent
deee63c701
commit
3ff626e2aa
@ -1546,6 +1546,7 @@ public class AppController implements Initializable {
|
||||
public void connection(ConnectionEvent event) {
|
||||
String status = "Connected to " + Config.get().getServerAddress() + " at height " + event.getBlockHeight();
|
||||
statusUpdated(new StatusEvent(status));
|
||||
setServerToggleTooltip(event.getBlockHeight());
|
||||
}
|
||||
|
||||
@Subscribe
|
||||
|
Loading…
x
Reference in New Issue
Block a user