mirror of
				https://github.com/recloudstream/cloudstream.git
				synced 2024-08-15 01:53:11 +00:00 
			
		
		
		
	feature(ui): added wikipedia to links
This commit is contained in:
		
							parent
							
								
									b3e3dadc72
								
							
						
					
					
						commit
						8d060ccbc3
					
				
					 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…
	
	Add table
		Add a link
		
	
		Reference in a new issue