Added option to disable history and undo clear history + UX improvements (History Tab)
This commit is contained in:
parent
0e9392b6c5
commit
9b59c5299a
8 changed files with 100 additions and 13 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue