mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
feature(ui): added wikipedia to links (#1119)
This commit is contained in:
parent
9bebfe4590
commit
0391a3b89c
2 changed files with 9 additions and 0 deletions
|
@ -774,4 +774,5 @@
|
||||||
<string name="audio_book_singular">Audio Book</string>
|
<string name="audio_book_singular">Audio Book</string>
|
||||||
<string name="custom_media_singluar">Media</string>
|
<string name="custom_media_singluar">Media</string>
|
||||||
<string name="reset_btn">Reset</string>
|
<string name="reset_btn">Reset</string>
|
||||||
|
<string name="cs3wiki">CloudStream Wiki</string>
|
||||||
</resources>
|
</resources>
|
|
@ -86,6 +86,14 @@
|
||||||
android:action="android.intent.action.VIEW"
|
android:action="android.intent.action.VIEW"
|
||||||
android:data="https://discord.gg/5Hus6fM" />
|
android:data="https://discord.gg/5Hus6fM" />
|
||||||
</Preference>
|
</Preference>
|
||||||
|
<Preference
|
||||||
|
android:title="@string/cs3wiki"
|
||||||
|
android:icon="@drawable/baseline_description_24"
|
||||||
|
app:summary="https://cloudstream.miraheze.org/">
|
||||||
|
<intent
|
||||||
|
android:action="android.intent.action.VIEW"
|
||||||
|
android:data="https://cloudstream.miraheze.org/" />
|
||||||
|
</Preference>
|
||||||
|
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
Loading…
Reference in a new issue