mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-04-22 15:40:31 -04:00
Small fixes [release]
This commit is contained in:
@@ -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);
|
||||
|
||||
4
dist/changelogs/16.6_incremental.md
vendored
4
dist/changelogs/16.6_incremental.md
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user