mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-23 00:40:51 +01:00
uilogger: Fix "View Outgoing" label behaviour
This commit is contained in:
parent
6a9b1201ac
commit
d96c468103
@ -357,7 +357,7 @@ public class UiLoggerController implements Initializable {
|
|||||||
public void updateLoggerInfo() {
|
public void updateLoggerInfo() {
|
||||||
Platform.runLater(() -> {
|
Platform.runLater(() -> {
|
||||||
viewIncoming.setKey(1, "ext.logger.state." + (chkViewIncoming.isSelected() ? "true" : "false"));
|
viewIncoming.setKey(1, "ext.logger.state." + (chkViewIncoming.isSelected() ? "true" : "false"));
|
||||||
viewIncoming.setKey(1, "ext.logger.state." + (chkViewOutgoing.isSelected() ? "true" : "false"));
|
viewOutgoing.setKey(1, "ext.logger.state." + (chkViewOutgoing.isSelected() ? "true" : "false"));
|
||||||
autoScroll.setKey(1, "ext.logger.state." + (chkAutoscroll.isSelected() ? "true" : "false"));
|
autoScroll.setKey(1, "ext.logger.state." + (chkAutoscroll.isSelected() ? "true" : "false"));
|
||||||
filtered.setFormat("%s: " + filteredAmount);
|
filtered.setFormat("%s: " + filteredAmount);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user