feat(settings): add about screen with open source licenses (#4012)

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
James Rich 2025-12-15 14:56:43 -06:00 committed by GitHub
parent 42e78f8f2f
commit 9804c38fb8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 104 additions and 3 deletions

View file

@ -148,6 +148,8 @@ object SettingsRoutes {
@Serializable data object DebugPanel : Route
@Serializable data object About : Route
// endregion
}