Correctly enable Artists pictures by default (was enabled in Settings mit not in Code)

This commit is contained in:
tzugen 2023-05-07 11:19:01 +02:00
parent 58bd663ac0
commit 96073125ca
No known key found for this signature in database
GPG Key ID: 61E9C34BC10EC930

View File

@ -181,7 +181,7 @@ object Settings {
var firstRunExecuted by BooleanSetting(getKey(R.string.setting_key_first_run_executed), false)
val shouldShowArtistPicture
by BooleanSetting(getKey(R.string.setting_key_show_artist_picture), false)
by BooleanSetting(getKey(R.string.setting_key_show_artist_picture), true)
@JvmStatic
var chatRefreshInterval by StringIntSetting(