Small fixes [release]

This commit is contained in:
crschnick
2025-06-07 22:21:58 +00:00
parent 61498c93cb
commit c4979a50f5
3 changed files with 4 additions and 4 deletions

View File

@@ -175,7 +175,7 @@ public abstract class StoreEntryComp extends SimpleComp {
protected abstract Region createContent();
protected void applyState(Node node) {
PlatformThread.sync(getWrapper().getValidity()).subscribe(val -> {
getWrapper().getValidity().subscribe(val -> {
switch (val) {
case LOAD_FAILED -> {
node.pseudoClassStateChanged(FAILED, true);

View File

@@ -1,7 +1,7 @@
- Add new setting to control whether the XPipe window should move into focus on any notifications or error messages
- The state shown for tunnels is now shows the port mapping, addresses, and translated status
- The state shown for tunnels now includes the port mapping, addresses, and translated status
- Fix connection status, e.g. for tunnels, not updating after editing them
- Fix batch mode buttons not working when the window was too small
- Fix k8s connections being added with empty context and namespaces if none were present
- Fix startup error on Windows with chinese 8dot3 file names
- Fix startup error on Windows with some chinese 8.3 file names
- Fix some NullPointers

View File

@@ -1 +1 @@
16.6-1
16.6