Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
refactor: Use more descriptive fingerprint name
Browse files Browse the repository at this point in the history
  • Loading branch information
LisoUseInAIKyrios committed Oct 18, 2024
1 parent 694edf6 commit 2b9150e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ public static int getSeekbarColor() {
return seekbarColor;
}

public static boolean cairoSeekbarEnabled(boolean original) {
public static boolean playerSeekbarGraidentEnabled(boolean original) {
if (original) {
Logger.printDebug(() -> "cairoSeekbarEnabled original: " + true);
Logger.printDebug(() -> "playerSeekbarGraidentEnabled original: " + true);
if (SEEKBAR_CUSTOM_COLOR_ENABLED) return false;
}

Expand Down

0 comments on commit 2b9150e

Please sign in to comment.