mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-09-27 02:45:36 +00:00
[stage]
This commit is contained in:
@@ -92,6 +92,10 @@ public class AppDesktopIntegration {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (Desktop.isDesktopSupported() && Desktop.getDesktop().isSupported(Desktop.Action.APP_SUDDEN_TERMINATION)) {
|
||||
Desktop.getDesktop().disableSuddenTermination();
|
||||
}
|
||||
} catch (Throwable ex) {
|
||||
ErrorEvent.fromThrowable(ex).term().handle();
|
||||
}
|
||||
|
||||
Vendored
+4
-2
@@ -1,4 +1,6 @@
|
||||
- Improve license handling to also allow for adding subconnections of VMs prior to checking any license requirement
|
||||
- Fix some SSH authentication options showing as Pro instead of Homelab
|
||||
- Improve license handling to also allow for adding subconnections of VMs and k8s prior to checking any license requirement
|
||||
- Fix split file browser tabs sometimes not having the correct size
|
||||
- Fix race condition in local split fire browser tab startup leading to it sometimes not showing up
|
||||
- Fix scripts context menu not showing up for VMs
|
||||
- Fix PSSession connection search showing up even if it's not supported
|
||||
- Fix some SSH authentication options showing as Pro instead of Homelab
|
||||
|
||||
Reference in New Issue
Block a user