forked from distok/cutthecord
Add 9.9.1.
Still no slashcommands -> I'll be splitting it off into two patches, so that the requirement of its presence for CTC boot can be removed as I work on reimplementing the actual slash command part.
This commit is contained in:
parent
5904f24142
commit
05dd5c6f99
37 changed files with 56570 additions and 3 deletions
20
patches/customversion/991.patch
Normal file
20
patches/customversion/991.patch
Normal file
|
@ -0,0 +1,20 @@
|
|||
diff -crB from/smali/com/discord/widgets/settings/WidgetSettings.smali to/smali/com/discord/widgets/settings/WidgetSettings.smali
|
||||
*** from/smali/com/discord/widgets/settings/WidgetSettings.smali 2019-11-14 22:32:21.973189085 +0300
|
||||
--- to/smali/com/discord/widgets/settings/WidgetSettings.smali 2019-11-14 22:33:22.040184316 +0300
|
||||
***************
|
||||
*** 1648,1654 ****
|
||||
|
||||
invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
! const-string v0, " - 9.9.1 (991)"
|
||||
|
||||
invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
--- 1648,1654 ----
|
||||
|
||||
invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
! const-string v0, " - 9.9.1 (991), with Cutthecord patches"
|
||||
|
||||
invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
|
@ -57,4 +57,5 @@ This patch replaces version string and adds mention of cutthecord in the user se
|
|||
- 9.8.0
|
||||
- 9.8.4
|
||||
- 9.8.6
|
||||
- 9.9.1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue