mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-21 20:47:03 -05:00
Fixing Refactor
This commit is contained in:
parent
5f505cf028
commit
f1574b12cd
1 changed files with 3 additions and 3 deletions
|
@ -37,7 +37,7 @@ import cafe.adriel.voyager.navigator.currentOrThrow
|
|||
import com.hippo.unifile.UniFile
|
||||
import eu.kanade.presentation.more.settings.Preference
|
||||
import eu.kanade.presentation.more.settings.screen.data.CreateBackupScreen
|
||||
import eu.kanade.presentation.more.settings.screen.data.LibraryDebugListScreen
|
||||
import eu.kanade.presentation.more.settings.screen.data.LibraryListScreen
|
||||
import eu.kanade.presentation.more.settings.screen.data.RestoreBackupScreen
|
||||
import eu.kanade.presentation.more.settings.screen.data.StorageInfo
|
||||
import eu.kanade.presentation.more.settings.widget.BasePreferenceWidget
|
||||
|
@ -323,8 +323,8 @@ object SettingsDataScreen : SearchableSettings {
|
|||
title = "Export",
|
||||
preferenceItems = persistentListOf(
|
||||
Preference.PreferenceItem.TextPreference(
|
||||
title = LibraryDebugListScreen.TITLE,
|
||||
onClick = { navigator.push(LibraryDebugListScreen()) },
|
||||
title = LibraryListScreen.TITLE,
|
||||
onClick = { navigator.push(LibraryListScreen()) },
|
||||
),
|
||||
),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue