Selaa lähdekoodia

Update link to repo

世界 4 vuotta sitten
vanhempi
sitoutus
99d17232ad

+ 2 - 2
AUTHORS

@@ -3,6 +3,6 @@ nekohasekai <[email protected]>.
 
 Here is an inevitably incomplete list of MUCH-APPRECIATED CONTRIBUTORS --
 people who have submitted patches, fixed bugs, added translations, and
-generally made shadowsocks-android that much better:
+generally made SagerNet that much better:
 
-https://github.com/nekohasekai/SagerNet/graphs/contributors
+https://github.com/SagerNet/SagerNet/graphs/contributors

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/ui/AboutFragment.kt

@@ -142,7 +142,7 @@ class AboutFragment : ToolbarFragment(R.layout.layout_about) {
                         .text(R.string.github)
                         .setOnClickAction {
                             requireContext().launchCustomTab(Uri.parse(
-                                "https://github.com/nekohasekai/SagerNet"
+                                "https://github.com/SagerNet/SagerNet"
                             ))
                         }
                         .build()

+ 4 - 0
app/src/main/java/io/nekohasekai/sagernet/ui/GroupFragment.kt

@@ -362,6 +362,10 @@ class GroupFragment : ToolbarFragment(R.layout.layout_group), Toolbar.OnMenuItem
 
             deduplicationCard = view.findViewById(R.id.deduplication_card)
             deduplication = view.findViewById(R.id.deduplication)
+            if (!arg.isSubscription) {
+                deduplicationCard.isVisible = false
+            }
+
             if (proxyGroup != null) {
                 deduplication.isChecked = proxyGroup.deduplication
             }