feat: improve nexus placeholder page

This commit is contained in:
2 * r + 2 * t 2026-06-05 15:43:43 +10:00
parent eed3c712da
commit 99a2d6ac18

View file

@ -105,6 +105,13 @@ Item {
color: Colours.palette.m3outlineVariant
font: Tokens.font.title.large
}
StyledText {
Layout.alignment: Qt.AlignHCenter
text: qsTr("This page will be available in a future update.")
color: Colours.palette.m3outlineVariant
font: Tokens.font.body.large
}
}
}
}