diff --git a/rog-control-center/ui/pages/about.slint b/rog-control-center/ui/pages/about.slint index fc49c075..621c2365 100644 --- a/rog-control-center/ui/pages/about.slint +++ b/rog-control-center/ui/pages/about.slint @@ -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"; }