mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2025-03-14 01:32:25 +01:00
HomeSettingsFragment.kt: Moved Install CIA
above Set Up System Files
This commit is contained in:
parent
18cbe3d2df
commit
ed73cfb10e
@ -120,6 +120,12 @@ class HomeSettingsFragment : Fragment() {
|
||||
}
|
||||
}
|
||||
),
|
||||
HomeSetting(
|
||||
R.string.install_game_content,
|
||||
R.string.install_game_content_description,
|
||||
R.drawable.ic_install,
|
||||
{ mainActivity.ciaFileInstaller.launch(true) }
|
||||
),
|
||||
HomeSetting(
|
||||
R.string.setup_system_files,
|
||||
R.string.setup_system_files_description,
|
||||
@ -130,12 +136,6 @@ class HomeSettingsFragment : Fragment() {
|
||||
?.navigate(R.id.action_homeSettingsFragment_to_systemFilesFragment)
|
||||
}
|
||||
),
|
||||
HomeSetting(
|
||||
R.string.install_game_content,
|
||||
R.string.install_game_content_description,
|
||||
R.drawable.ic_install,
|
||||
{ mainActivity.ciaFileInstaller.launch(true) }
|
||||
),
|
||||
HomeSetting(
|
||||
R.string.share_log,
|
||||
R.string.share_log_description,
|
||||
|
Loading…
x
Reference in New Issue
Block a user