mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-18 21:33:56 +00:00
Update UserInterfaceSettingsActivity.kt
changed `ok to `Done`
This commit is contained in:
@@ -64,7 +64,7 @@ class UserInterfaceSettingsActivity : AppCompatActivity() {
|
||||
) { _, i, value ->
|
||||
set[i] = value
|
||||
}
|
||||
setPositiveButton("ok") { _, _ ->
|
||||
setPositiveButton("Done") { _, _ ->
|
||||
PrefManager.setVal(PrefName.HomeLayoutShow, set)
|
||||
restartApp()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user