mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-05-01 23:24:29 +02:00

## [0.104.1-dev.1](https://github.com/revanced/revanced-integrations/compare/v0.104.0...v0.104.1-dev.1) (2023-04-25)
### Bug Fixes
* **youtube/return-youtube-dislike:** fix dislikes using wrong font if dark mode is enabled during video playback ([#368](https://github.com/revanced/revanced-integrations/issues/368)) ([3b37a3b](3b37a3b41f
))
fix(youtube/return-youtube-dislike): fix dislikes using wrong font if dark mode is enabled during video playback (#368)
ReVanced Integrations
How to use debugging:
- Usage on Windows:
adb logcat | findstr "revanced" > log.txt
- Usage on Linux:
adb logcat | grep --line-buffered "revanced" > log.txt
This will write the log to a file called log.txt which you can view then.
Languages
Java
92.4%
Kotlin
7.6%