Skip to content

Commit

Permalink
Fix page numbers icon #3363
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomas2 committed Jan 11, 2025
1 parent e3bc431 commit 1743043
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ open class Preference(val settings: SettingsBundle,
TextDisplaySettings.Types.JUSTIFY -> R.drawable.ic_justify_text_24dp
TextDisplaySettings.Types.HYPHENATION -> R.drawable.ic_hyphenation_24dp
TextDisplaySettings.Types.MYNOTES -> R.drawable.ic_note_regular_24dp
TextDisplaySettings.Types.PAGENUMBER -> R.drawable.ic_chapter_verse_numbers_24dp
else -> R.drawable.ic_baseline_star_24
}
}
Expand Down

0 comments on commit 1743043

Please sign in to comment.