mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-15 08:50:35 +03:00
Correctly enable Artists pictures by default (was enabled in Settings mit not in Code)
This commit is contained in:
parent
58bd663ac0
commit
96073125ca
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user