Files
unshell-nodes-rs/nodes/ui/structs.slint
T

6 lines
94 B
Plaintext
Raw Normal View History

2025-06-05 16:02:28 -06:00
export struct UITcpListener {
enabled: bool,
name: string,
remote_host: string,
}