improvement: Add Team behind the app into the subs screen

This commit is contained in:
Artem Chepurnoy 2024-02-28 13:14:10 +02:00
parent 45fe1dddf3
commit 07cee779e4
No known key found for this signature in database
GPG Key ID: FAC37D0CF674043E
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ fun SubscriptionsSettingsScreen() {
title = stringResource(Res.strings.misc), title = stringResource(Res.strings.misc),
list = listOf( list = listOf(
SettingPaneItem.Item(Setting.SUBSCRIPTIONS_IN_STORE), SettingPaneItem.Item(Setting.SUBSCRIPTIONS_IN_STORE),
SettingPaneItem.Item(Setting.ABOUT_TEAM),
SettingPaneItem.Item(Setting.FEEDBACK_APP), SettingPaneItem.Item(Setting.FEEDBACK_APP),
SettingPaneItem.Item(Setting.APK), SettingPaneItem.Item(Setting.APK),
), ),