mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-02 23:54:33 +02:00
parent
c9b53655a5
commit
038455f9ac
@ -20,7 +20,7 @@ The official Patch bundle provided by ReVanced and the community.
|
||||
| `custom-video-speed` | Adds more video speed options. | 18.12.35 |
|
||||
| `default-video-quality` | Adds ability to set default video quality settings. | 18.12.35 |
|
||||
| `default-video-speed` | Adds ability to set default video speed settings. | 18.12.35 |
|
||||
| `diable-landscape-mode` | Disable landscape mode when entering fullscreen. | 18.12.35 |
|
||||
| `disable-landscape-mode` | Disable landscape mode when entering fullscreen. | 18.12.35 |
|
||||
| `disable-haptic-feedback` | Disable haptic feedback when swiping. | 18.12.35 |
|
||||
| `disable-quic-protocol` | Disable CronetEngine's QUIC protocol. | 18.12.35 |
|
||||
| `enable-external-browser` | Open url outside the app in an external browser. | 18.12.35 |
|
||||
@ -170,4 +170,4 @@ Example:
|
||||
]
|
||||
}
|
||||
]
|
||||
```
|
||||
```
|
||||
|
File diff suppressed because one or more lines are too long
@ -21,7 +21,7 @@ import app.revanced.util.integrations.Constants.FULLSCREEN
|
||||
import org.jf.dexlib2.iface.instruction.OneRegisterInstruction
|
||||
|
||||
@Patch(false)
|
||||
@Name("diable-landscape-mode")
|
||||
@Name("disable-landscape-mode")
|
||||
@Description("Disable landscape mode when entering fullscreen.")
|
||||
@DependsOn([SettingsPatch::class])
|
||||
@YouTubeCompatibility
|
||||
|
Loading…
x
Reference in New Issue
Block a user