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

7 lines
109 B
Plaintext
Raw Normal View History

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