diff options
author | Allan Wang <me@allanwang.ca> | 2019-09-07 22:01:34 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-09-07 22:01:34 -0700 |
commit | 3b457c0e5728d8643ba6b2d06329f6a7dead156f (patch) | |
tree | 1f25308565a6799e65a0853afe66a16d4a0fb286 /app/src/main/kotlin | |
parent | db857056e6226e5d91eeb8ab13478376c51fd89e (diff) | |
download | frost-3b457c0e5728d8643ba6b2d06329f6a7dead156f.tar.gz frost-3b457c0e5728d8643ba6b2d06329f6a7dead156f.tar.bz2 frost-3b457c0e5728d8643ba6b2d06329f6a7dead156f.zip |
Update request stringss
Diffstat (limited to 'app/src/main/kotlin')
-rw-r--r-- | app/src/main/kotlin/com/pitchedapps/frost/settings/Experimental.kt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/settings/Experimental.kt b/app/src/main/kotlin/com/pitchedapps/frost/settings/Experimental.kt index 2f45547d..d7c405dc 100644 --- a/app/src/main/kotlin/com/pitchedapps/frost/settings/Experimental.kt +++ b/app/src/main/kotlin/com/pitchedapps/frost/settings/Experimental.kt @@ -43,8 +43,8 @@ fun SettingsActivity.getExperimentalPrefs(): KPrefAdapterBuilder.() -> Unit = { // Experimental content starts here ------------------ - checkbox(R.string.web_requests, Prefs::authRequests, { Prefs.authRequests = it }) { - descRes = R.string.web_requests_desc + checkbox(R.string.auth_requests, Prefs::authRequests, { Prefs.authRequests = it }) { + descRes = R.string.auth_requests_desc } // Experimental content ends here -------------------- |