12 lines
158 B
Plaintext
12 lines
158 B
Plaintext
using Gtk 4.0;
|
|
using Adw 1;
|
|
|
|
template $SettingsPage: Box {
|
|
Adw.Clamp {
|
|
Box {
|
|
Text {
|
|
text: _("This is a placeholder!");
|
|
}
|
|
}
|
|
}
|
|
} |