feat: readd mange mode for host manager, guacd toolbar improvements, connection issues, etc.

This commit is contained in:
LukeGus
2026-05-22 00:02:50 -05:00
parent 6bcbadcc25
commit a9f82a5a45
12 changed files with 1120 additions and 434 deletions
+1
View File
@@ -187,6 +187,7 @@ export type Tab = {
host?: Host;
terminalRef?: import("react").RefObject<{
sendInput?: (data: string) => void;
reconnect?: () => void;
} | null>;
};