aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/utils
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-08-08 00:08:22 -0700
committerAllan Wang <me@allanwang.ca>2019-08-08 00:08:22 -0700
commitb71c73565f551b5bcc2712c3cf8fdcd4a9562095 (patch)
tree175e04dfb75fee85bc3bba7c30c7a0fde29e2308 /app/src/main/kotlin/com/pitchedapps/frost/utils
parent7ed4ba701e3e29366f2bd73da010398929829d3e (diff)
downloadfrost-b71c73565f551b5bcc2712c3cf8fdcd4a9562095.tar.gz
frost-b71c73565f551b5bcc2712c3cf8fdcd4a9562095.tar.bz2
frost-b71c73565f551b5bcc2712c3cf8fdcd4a9562095.zip
Revert user agent changes
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/utils')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/utils/Prefs.kt2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/utils/Prefs.kt b/app/src/main/kotlin/com/pitchedapps/frost/utils/Prefs.kt
index 3f844653..f17645d0 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/utils/Prefs.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/utils/Prefs.kt
@@ -193,8 +193,6 @@ object Prefs : KPref() {
var webOnly: Boolean by kpref("web_only", false)
- var singleUserAgent: Boolean by kpref("single_user_agent", false)
-
inline val mainActivityLayout: MainActivityLayout
get() = MainActivityLayout(mainActivityLayoutType)