Skip to content

Commit

Permalink
chore: add F-Droid to About page
Browse files Browse the repository at this point in the history
  • Loading branch information
nopdan authored and WhiredPlanck committed Feb 9, 2024
1 parent e8aed41 commit c96af23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/main/res/xml/about_preference.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@
<intent android:action="android.intent.action.VIEW"
android:data="https://play.google.com/store/apps/details?id=com.osfans.trime" />
</Preference>
<Preference android:key="pref_fdroid" android:title="F-Droid"
app:iconSpaceReserved="false">
<intent android:action="android.intent.action.VIEW"
android:data="https://f-droid.org/packages/com.osfans.trime" />
</Preference>
</PreferenceCategory>


Expand Down

0 comments on commit c96af23

Please sign in to comment.