Files
unshell-nodes-rs/ui/structs.slint
T
2025-06-05 16:02:28 -06:00

7 lines
109 B
Plaintext

export struct UITcpListener {
enabled: bool,
name: string,
remote_host: string,
port: int,
}