mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-03 23:58:55 +01:00 
			
		
		
		
	Change discord invite link in settings (#1112)
* Change discord invite link in settings * Change discord link is readme
This commit is contained in:
		
				
					committed by
					
						
						Bram van de Kerkhof
					
				
			
			
				
	
			
			
			
						parent
						
							8f9737f567
						
					
				
				
					commit
					9ae6285eef
				
			@@ -1,6 +1,6 @@
 | 
			
		||||
| Build | Download | F-Droid | Contribute | Contact |
 | 
			
		||||
|-------|----------|---------|------------|---------|
 | 
			
		||||
| [](https://travis-ci.org/inorichi/tachiyomi) | [](https://github.com/inorichi/tachiyomi/releases) [](http://tachiyomi.kanade.eu/latest) | [](https://f-droid.org/repository/browse/?fdid=eu.kanade.tachiyomi) [](//github.com/inorichi/tachiyomi/wiki/FDroid-for-dev-versions) | [](https://github.com/inorichi/tachiyomi/wiki/Translation) | [](https://discord.gg/WrBkRk4) |
 | 
			
		||||
| [](https://travis-ci.org/inorichi/tachiyomi) | [](https://github.com/inorichi/tachiyomi/releases) [](http://tachiyomi.kanade.eu/latest) | [](https://f-droid.org/repository/browse/?fdid=eu.kanade.tachiyomi) [](//github.com/inorichi/tachiyomi/wiki/FDroid-for-dev-versions) | [](https://github.com/inorichi/tachiyomi/wiki/Translation) | [](https://discord.gg/2dDQBv2) |
 | 
			
		||||
 | 
			
		||||
### **Contact us on [Discord](https://discord.gg/WrBkRk4)**
 | 
			
		||||
If you want to open an issue, please read [contributing guidelines](https://github.com/inorichi/tachiyomi/blob/master/.github/CONTRIBUTING.md). Your issue may be closed otherwise.
 | 
			
		||||
 
 | 
			
		||||
@@ -71,7 +71,7 @@ class SettingsAboutController : SettingsController() {
 | 
			
		||||
        }
 | 
			
		||||
        preference {
 | 
			
		||||
            title = "Discord"
 | 
			
		||||
            val url = "https://discord.gg/WrBkRk4"
 | 
			
		||||
            val url = "https://discord.gg/2dDQBv2"
 | 
			
		||||
            summary = url
 | 
			
		||||
            onClick {
 | 
			
		||||
                val intent = Intent(Intent.ACTION_VIEW, Uri.parse(url))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user