Merge branch 'dev-1.10.0' into starhound/guacd-docker-compose

This commit is contained in:
Luke Gustafson
2025-12-18 13:50:39 -06:00
committed by GitHub
34 changed files with 3666 additions and 575 deletions

View File

@@ -158,6 +158,8 @@ function AppContent() {
currentTabData?.type === "file_manager" ||
currentTabData?.type === "rdp" ||
currentTabData?.type === "vnc";
currentTabData?.type === "tunnel" ||
currentTabData?.type === "docker";
const showHome = currentTabData?.type === "home";
const showSshManager = currentTabData?.type === "ssh_manager";
const showAdmin = currentTabData?.type === "admin";