mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-14 10:27:29 +00:00
Fixed theme mode title
This commit is contained in:
@@ -37,7 +37,7 @@ sealed class TappableHeadlineItem : ComparableRvItem<TappableHeadlineItem>() {
|
||||
}
|
||||
|
||||
object ThemeMode : TappableHeadlineItem() {
|
||||
override val title = R.string.section_theme
|
||||
override val title = R.string.settings_dark_mode_title
|
||||
override val icon = R.drawable.ic_day_night
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user