corefx - update title in ui thread
This commit is contained in:
parent
56f9e6ec8a
commit
467b1ea2a8
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ public class Controller implements Initializable {
|
|||
}
|
||||
}
|
||||
|
||||
decorator.setTitle(String.format("CORE (Session %s)", sessionId));
|
||||
Platform.runLater(() -> decorator.setTitle(String.format("CORE (Session %s)", sessionId)));
|
||||
}
|
||||
|
||||
public boolean startSession() throws IOException {
|
||||
|
|
Loading…
Reference in a new issue