This commit is contained in:
crschnick
2024-11-25 15:29:07 +00:00
parent 933bfb9ae2
commit 64dc77f4f5
3 changed files with 9 additions and 3 deletions
@@ -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();
}
+4 -2
View File
@@ -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
+1 -1
View File
@@ -1 +1 @@
13.3-1
13.3-2