refactor: add needed method back

This commit is contained in:
TheJeterLP 2022-07-20 22:38:34 +02:00
parent 824bd14845
commit 7755118cca
No known key found for this signature in database
GPG Key ID: D8CFD6FCF7215E6C

View File

@ -8,4 +8,8 @@ public class HideAutoplayButtonPatch {
return SettingsEnum.AUTOPLAY_BUTTON_SHOWN.getBoolean();
}
public static boolean isButtonHidden() {
return !isButtonShown();
}
}