Files
unshell-nodes-rs/ui/structs.slint
T
2025-08-24 11:04:33 -06:00

6 lines
94 B
Plaintext

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