Skip to content

Commit 01952d0

Browse files
committed
fix: restore original default value for "messagelist_colorize_missing_contact_pictures" after migration to new PreferenceManager
1 parent d9fdbef commit 01952d0

File tree

1 file changed

+1
-1
lines changed
  • core/preference/api/src/commonMain/kotlin/net/thunderbird/core/preference/display/visualSettings

1 file changed

+1
-1
lines changed

core/preference/api/src/commonMain/kotlin/net/thunderbird/core/preference/display/visualSettings/DisplayVisualSettings.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package net.thunderbird.core.preference.display.visualSettings
33
const val DISPLAY_SETTINGS_DEFAULT_IS_SHOW_CONTACT_NAME = false
44
const val DISPLAY_SETTINGS_DEFAULT_IS_SHOW_CONTACT_PICTURE = true
55
const val DISPLAY_SETTINGS_DEFAULT_IS_CHANGE_CONTACT_NAME_COLOR = true
6-
const val DISPLAY_SETTINGS_DEFAULT_IS_COLORIZE_MISSING_CONTACT_PICTURE = false
6+
const val DISPLAY_SETTINGS_DEFAULT_IS_COLORIZE_MISSING_CONTACT_PICTURE = true
77
const val DISPLAY_SETTINGS_DEFAULT_IS_USE_BACKGROUND_AS_INDICATOR = false
88
const val DISPLAY_SETTINGS_DEFAULT_IS_USE_MESSAGE_VIEW_FIXED_WIDTH_FONT = false
99
const val DISPLAY_SETTINGS_DEFAULT_IS_AUTO_FIT_WIDTH = true

0 commit comments

Comments
 (0)