aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-09-07 23:59:43 -0700
committerAllan Wang <me@allanwang.ca>2019-09-07 23:59:43 -0700
commitad0fcdcb581ee036ace2c55524069b2beef3603a (patch)
tree7fdc3c72fa496069013115cea37ec2fe680c020c /app/src/main/res/values
parent3b457c0e5728d8643ba6b2d06329f6a7dead156f (diff)
downloadfrost-ad0fcdcb581ee036ace2c55524069b2beef3603a.tar.gz
frost-ad0fcdcb581ee036ace2c55524069b2beef3603a.tar.bz2
frost-ad0fcdcb581ee036ace2c55524069b2beef3603a.zip
Delete experimental by default options
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings_pref_experimental.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings_pref_experimental.xml b/app/src/main/res/values/strings_pref_experimental.xml
index 797878bf..2d2ca131 100644
--- a/app/src/main/res/values/strings_pref_experimental.xml
+++ b/app/src/main/res/values/strings_pref_experimental.xml
@@ -1,8 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="experimental_disclaimer_info">Experimental features may be unstable and may never make it to production. Use at your own risk, send feedback, and feel free to disable them if they don\'t work well.</string>
- <string name="experimental_by_default">Experimental by Default</string>
- <string name="experimental_by_default_desc">Feeling risky or just want to help with debugging? Checking this will enable future experimental functions be default.</string>
<string name="verbose_logging">Verbose Logging</string>
<string name="verbose_logging_desc">Enable verbose logging to help with crash reports. Logging will only be sent once an error is encountered, so repeat the issue to notify the dev. This will automatically be disabled if the app restarts.</string>