Added option to disable history and undo clear history + UX improvements (History Tab)

This commit is contained in:
Omar 2022-03-06 17:58:10 +02:00
parent 0e9392b6c5
commit 9b59c5299a
8 changed files with 100 additions and 13 deletions

View file

@ -637,6 +637,12 @@ object PreferenceUtil {
true
)
val homeHistory: Boolean
get() = sharedPreferences.getBoolean(
KEEP_HISTORY,
true
)
var audioFadeDuration
get() = sharedPreferences
.getInt(AUDIO_FADE_DURATION, 0)