Skip to content

Commit 935d77f

Browse files
authored
Merge pull request #10035 from shamim-emon/fix-issue-9978
Restore Original Default Value for "messagelist_colorize_missingcontact_picture" after migration to new PreferenceManager
2 parents d716fb1 + 01952d0 commit 935d77f

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)