mirror of
https://github.com/mihonapp/mihon.git
synced 2025-01-14 20:27:16 +01:00
Fixing Refactor
This commit is contained in:
parent
5f505cf028
commit
f1574b12cd
@ -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…
Reference in New Issue
Block a user