Fix typing error (#11)

fix typo
This commit is contained in:
Hoàng Gia Bảo 2023-04-05 23:20:28 +07:00 committed by GitHub
parent c9b53655a5
commit 038455f9ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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