mirror of
https://github.com/mihonapp/mihon.git
synced 2025-01-13 11:47:19 +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 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 New Issue
Block a user