mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-09 18:48:55 +01:00
Remove skipped updates notification
Seems to cause more confusion than it's worth. Will update the UI for the library update skip options to better explain what they're for later.
This commit is contained in:
@@ -208,7 +208,7 @@ object SettingsDataScreen : SearchableSettings {
|
||||
val cacheReadableSize = remember(cacheReadableSizeSema) { chapterCache.readableSize }
|
||||
|
||||
return Preference.PreferenceGroup(
|
||||
title = stringResource(MR.strings.label_data),
|
||||
title = stringResource(MR.strings.pref_storage_usage),
|
||||
preferenceItems = persistentListOf(
|
||||
Preference.PreferenceItem.CustomPreference(
|
||||
title = stringResource(MR.strings.pref_storage_usage),
|
||||
|
||||
Reference in New Issue
Block a user