mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-09 16:11:20 +02:00
Add dependency license info
This commit is contained in:
parent
6f18f780eb
commit
de36eb7072
10 changed files with 471 additions and 12 deletions
|
|
@ -224,11 +224,11 @@ sealed interface AppPreference<T> {
|
|||
// summary = R.string.update_url_summary,
|
||||
// )
|
||||
|
||||
// val OssLicenseInfo =
|
||||
// AppDestinationPreference(
|
||||
// title = R.string.oss_license_info,
|
||||
// destination = Destination.LicenseInfo,
|
||||
// )
|
||||
val OssLicenseInfo =
|
||||
AppDestinationPreference(
|
||||
title = R.string.license_info,
|
||||
destination = Destination.License,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -245,6 +245,7 @@ val basicPreferences =
|
|||
AppPreference.HomePageItems,
|
||||
AppPreference.RewatchNextUp,
|
||||
AppPreference.PlayThemeMusic,
|
||||
AppPreference.OssLicenseInfo,
|
||||
),
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue