16 lines
206 B
Text
16 lines
206 B
Text
using Gtk 4.0;
|
|
using Adw 1;
|
|
|
|
template $SingularityUiOutboundRow: Gtk.Box {
|
|
styles [
|
|
"outbound-row",
|
|
]
|
|
|
|
Label schema {
|
|
label: "vless";
|
|
}
|
|
|
|
Label descr {
|
|
label: "Placeholder name";
|
|
}
|
|
}
|