chore: change the text in about page

This commit is contained in:
Denis Benato
2026-01-13 23:55:52 +01:00
parent be17e0b388
commit e3035adf98

View File

@@ -17,7 +17,7 @@ export component PageAbout inherits VerticalLayout {
Text {
wrap: TextWrap.word-wrap;
text: "You will require a kernel built with my work from here: https://github.com/flukejones/linux";
text: "You need to use kernel version 6.19 to use this software";
}
Text {
@@ -43,10 +43,6 @@ export component PageAbout inherits VerticalLayout {
text: "- [ ] Slash control";
}
Text {
text: "- [ ] Supergfx control";
}
Text {
text: "- [ ] Screenpad controls";
}