Skip to content

Commit

Permalink
Lockscreen: Depth Alpha visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
DHD2280 committed Jun 20, 2024
1 parent 09a8f74 commit 98476d8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,9 @@ public static boolean isVisible(String key) {
LOCKSCREEN_FINGERPRINT_SCALING -> {
return instance.mPreferences.getBoolean("lockscreen_fp_custom_icon", false);
}
case "DWOpacity" -> {
return instance.mPreferences.getBoolean("DWallpaperEnabled", false);
}
case "lockscreen_album_art_filter" -> {
return instance.mPreferences.getBoolean("lockscreen_album_art", false);
}
Expand Down

0 comments on commit 98476d8

Please sign in to comment.