Added option to use circular play button
This commit is contained in:
parent
e328ac116e
commit
09572b2551
12 changed files with 30 additions and 43 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue