8 lines
99 B
Plaintext
8 lines
99 B
Plaintext
|
using Gtk 4.0;
|
||
|
|
||
|
template Gtk.ListItem {
|
||
|
child: $RealmRow {
|
||
|
realm: bind template.item;
|
||
|
};
|
||
|
}
|