mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2025-03-13 17:22:30 +01:00
android: Replace CITRA
username with AZAHAR
This commit is contained in:
parent
00b4c11ecf
commit
e60b6e610a
@ -221,7 +221,7 @@ class SettingsActivity : AppCompatActivity(), SettingsActivityView {
|
||||
|
||||
// Set default values for system config file
|
||||
SystemSaveGame.apply {
|
||||
setUsername("CITRA")
|
||||
setUsername("AZAHAR")
|
||||
setBirthday(3, 25)
|
||||
setSystemLanguage(1)
|
||||
setSoundOutputMode(1)
|
||||
|
@ -252,14 +252,14 @@ class SettingsFragmentPresenter(private val fragmentView: SettingsFragmentView)
|
||||
override val section = null
|
||||
override val isRuntimeEditable = false
|
||||
override val valueAsString get() = string
|
||||
override val defaultValue = "CITRA"
|
||||
override val defaultValue = "AZAHAR"
|
||||
}
|
||||
add(
|
||||
StringInputSetting(
|
||||
usernameSetting,
|
||||
R.string.username,
|
||||
0,
|
||||
"CITRA",
|
||||
"AZAHAR",
|
||||
10
|
||||
)
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user