13 lines
187 B
Plaintext
13 lines
187 B
Plaintext
using Gtk 4.0;
|
|
using Adw 1;
|
|
|
|
template $HomePage: Box {
|
|
Adw.StatusPage {
|
|
title: _("Home");
|
|
Box {
|
|
Text {
|
|
text: _("This is a placeholder.");
|
|
}
|
|
}
|
|
}
|
|
} |