refactor: cleanup code

This commit is contained in:
TheJeterLP 2022-07-20 22:56:29 +02:00
parent 7755118cca
commit 462e251342
No known key found for this signature in database
GPG Key ID: D8CFD6FCF7215E6C

View File

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