add about page in settings
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 10s
Python / lint-format (pull_request) Successful in 13s
Python / test (pull_request) Successful in 53s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m35s
C++ / build (pull_request) Successful in 2m32s

This commit is contained in:
2026-06-29 23:54:54 +02:00
parent 3f7bbc01aa
commit 437f935f73
6 changed files with 278 additions and 6 deletions
+6
View File
@@ -60,5 +60,11 @@ Singleton {
description: qsTr("Poll intervals, audio and brightness increments"),
category: "shell"
},
{
name: qsTr("About"),
icon: "info",
description: qsTr("System information"),
category: "about"
},
]
}