Minor updates

This commit is contained in:
Luke D. Jones
2024-03-14 22:10:14 +13:00
parent 5fe8416c65
commit a2b8f0f93c
4 changed files with 17 additions and 2 deletions

View File

@@ -27,13 +27,17 @@ export component PageAbout inherits VerticalLayout {
}
Text {
text: "- [x] Add a fullscreen mode";
text: "- [x] Add a fullscreen mode (cli arg)";
}
Text {
text: "- [x] Disable aura items depending if mode supports or not";
}
Text {
text: "- [x] Add fan curve graph controls";
}
Text {
text: "- [ ] Add a cpu/gpu temp/fan speed info bar";
}