diff --git a/app/src/main/java/io/xpipe/app/comp/store/StoreEntryComp.java b/app/src/main/java/io/xpipe/app/comp/store/StoreEntryComp.java index 7008397d1..b1845e0a2 100644 --- a/app/src/main/java/io/xpipe/app/comp/store/StoreEntryComp.java +++ b/app/src/main/java/io/xpipe/app/comp/store/StoreEntryComp.java @@ -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); diff --git a/dist/changelogs/16.6_incremental.md b/dist/changelogs/16.6_incremental.md index 3e21d95cf..b8dcb3d61 100644 --- a/dist/changelogs/16.6_incremental.md +++ b/dist/changelogs/16.6_incremental.md @@ -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 diff --git a/version b/version index 246c69305..d925544b7 100644 --- a/version +++ b/version @@ -1 +1 @@ -16.6-1 +16.6