mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2026-08-10 08:37:05 +00:00
connection toggle tooltip
This commit is contained in:
@@ -234,6 +234,7 @@ public class AppController implements Initializable {
|
||||
});
|
||||
|
||||
onlineProperty.bindBidirectional(serverToggle.selectedProperty());
|
||||
onlineProperty().addListener((observable, oldValue, newValue) -> serverToggle.setTooltip(new Tooltip(newValue ? "Connected to " + Config.get().getElectrumServer() : "Disconnected")));
|
||||
|
||||
Config config = Config.get();
|
||||
connectionService = createConnectionService();
|
||||
|
||||
Reference in New Issue
Block a user