Files
unshell-nodes-rs/nodes/ui/structs.slint
T
2025-08-12 16:55:34 -06:00

6 lines
94 B
Plaintext

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