Skip to content

Commit

Permalink
fix: wrong naming of ForceDisableCaptions (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJeterLP committed Jul 21, 2022
1 parent bb38026 commit 21d56f8
Showing 1 changed file with 2 additions and 3 deletions.
Expand Up @@ -2,9 +2,8 @@

import app.revanced.integrations.settings.SettingsEnum;

public class ForceDisableCaptions {

//ToDo: Write Patch for it
public class ForceDisableCaptionsPatch {

public static boolean captionsEnabled() {
return SettingsEnum.CAPTIONS_ENABLED.getBoolean();
}
Expand Down

0 comments on commit 21d56f8

Please sign in to comment.