mirror of
https://github.com/mihonapp/mihon.git
synced 2025-05-04 22:52:27 +00: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 com.hippo.unifile.UniFile
|
||||||
import eu.kanade.presentation.more.settings.Preference
|
import eu.kanade.presentation.more.settings.Preference
|
||||||
import eu.kanade.presentation.more.settings.screen.data.CreateBackupScreen
|
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.RestoreBackupScreen
|
||||||
import eu.kanade.presentation.more.settings.screen.data.StorageInfo
|
import eu.kanade.presentation.more.settings.screen.data.StorageInfo
|
||||||
import eu.kanade.presentation.more.settings.widget.BasePreferenceWidget
|
import eu.kanade.presentation.more.settings.widget.BasePreferenceWidget
|
||||||
|
@ -323,8 +323,8 @@ object SettingsDataScreen : SearchableSettings {
|
||||||
title = "Export",
|
title = "Export",
|
||||||
preferenceItems = persistentListOf(
|
preferenceItems = persistentListOf(
|
||||||
Preference.PreferenceItem.TextPreference(
|
Preference.PreferenceItem.TextPreference(
|
||||||
title = LibraryDebugListScreen.TITLE,
|
title = LibraryListScreen.TITLE,
|
||||||
onClick = { navigator.push(LibraryDebugListScreen()) },
|
onClick = { navigator.push(LibraryListScreen()) },
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue