Added option to use circular play button

This commit is contained in:
Prathamesh More 2022-01-20 19:52:19 +05:30
parent e328ac116e
commit 09572b2551
12 changed files with 30 additions and 43 deletions

View file

@ -705,6 +705,9 @@ object PreferenceUtil {
val lyricsScreenOn
get() = sharedPreferences.getBoolean(SCREEN_ON_LYRICS, false)
val circlePlayButton
get() = sharedPreferences.getBoolean(CIRCLE_PLAY_BUTTON, false)
}
enum class LyricsType {
REPLACE_LYRICS, OVER_LYRICS