mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-12 13:05:58 +01:00
fix(youtube/hide-watch-in-vr): fix descriptions
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
parent
35c4266e8b
commit
96fcc0b1c7
@ -2,9 +2,8 @@ package app.revanced.integrations.patches;
|
|||||||
|
|
||||||
import app.revanced.integrations.settings.SettingsEnum;
|
import app.revanced.integrations.settings.SettingsEnum;
|
||||||
|
|
||||||
public class HideWatchinVRPatch {
|
public class HideWatchInVRPatch {
|
||||||
//Used by app.revanced.patches.youtube.layout.watchinvr.patch.HideWatchinVRPatch
|
public static boolean hideWatchInVR() {
|
||||||
public static boolean hideWatchinVR() {
|
|
||||||
return SettingsEnum.HIDE_WATCH_IN_VR.getBoolean();
|
return SettingsEnum.HIDE_WATCH_IN_VR.getBoolean();
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user