mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-15 08:50:35 +03:00
Merge branch 'correctDefaults' into 'develop'
Correctly enable Artists pictures by default (was enabled in Settings mit not in Code) See merge request ultrasonic/ultrasonic!988
This commit is contained in:
commit
fca5ffaa0c
@ -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