Skip to content

Commit c96af23

Browse files
nopdanWhiredPlanck
authored andcommitted
chore: add F-Droid to About page
1 parent e8aed41 commit c96af23

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/src/main/res/xml/about_preference.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@
115115
<intent android:action="android.intent.action.VIEW"
116116
android:data="https://play.google.com/store/apps/details?id=com.osfans.trime" />
117117
</Preference>
118+
<Preference android:key="pref_fdroid" android:title="F-Droid"
119+
app:iconSpaceReserved="false">
120+
<intent android:action="android.intent.action.VIEW"
121+
android:data="https://f-droid.org/packages/com.osfans.trime" />
122+
</Preference>
118123
</PreferenceCategory>
119124

120125

0 commit comments

Comments
 (0)