diff options
author | Allan Wang <me@allanwang.ca> | 2019-09-08 00:41:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-08 00:41:34 -0700 |
commit | ea3a1968407ef66c3074593d6768a559e18b0675 (patch) | |
tree | 4930b1fb54c6e778e1b6c16dbd70a7f3174a02ba /app/src/main/res/values/strings_pref_behaviour.xml | |
parent | 7fb7dcb5a190d65e66bf9c2dd72b94dfcb60cd1a (diff) | |
parent | 4e09cf236f8aa33f3ceb67ce907e920ed1f81dc0 (diff) | |
download | frost-ea3a1968407ef66c3074593d6768a559e18b0675.tar.gz frost-ea3a1968407ef66c3074593d6768a559e18b0675.tar.bz2 frost-ea3a1968407ef66c3074593d6768a559e18b0675.zip |
Merge pull request #1532 from AllanWang/request-toggle
Replace web only with native ui and auth requests
Diffstat (limited to 'app/src/main/res/values/strings_pref_behaviour.xml')
-rw-r--r-- | app/src/main/res/values/strings_pref_behaviour.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings_pref_behaviour.xml b/app/src/main/res/values/strings_pref_behaviour.xml index 32188698..aac56250 100644 --- a/app/src/main/res/values/strings_pref_behaviour.xml +++ b/app/src/main/res/values/strings_pref_behaviour.xml @@ -17,6 +17,8 @@ <string name="search_bar_desc">Enable the search bar instead of a search overlay</string> <string name="force_message_bottom">Force Message Bottom</string> <string name="force_message_bottom_desc">When loading a message thread, trigger a scroll to the bottom of the page rather than loading the page as is.</string> + <string name="native_ui">Native UI</string> + <string name="native_ui_desc">Enables native UI for certain options in the main activity. Done through parsing.</string> <string name="enable_pip">Enable PIP</string> <string name="enable_pip_desc">Enable picture in picture videos</string> <string name="autoplay_settings">Autoplay Settings</string> |