Files
unshell-nodes-rs/ui/structs.slint
T
2025-06-06 19:20:49 -06:00

6 lines
94 B
Plaintext

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