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
+10
View File
@@ -150,6 +150,16 @@ QtObject {
}
}
}
},
// About
Component {
StackPage {
Component {
AboutPage {
}
}
}
}
]
readonly property Component placeholderComp: Component {