aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/utils
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-08-06 21:38:39 -0700
committerAllan Wang <me@allanwang.ca>2019-08-06 21:38:39 -0700
commitae6709598ced6fd2eb1e423ff133154258efdcca (patch)
tree5f3415d03a7c882967e6aa2cb8a8c31e7ca273f7 /app/src/main/kotlin/com/pitchedapps/frost/utils
parentd500d1dd6e05c6128dcb15fe8e15acb2aaf979cd (diff)
downloadfrost-ae6709598ced6fd2eb1e423ff133154258efdcca.tar.gz
frost-ae6709598ced6fd2eb1e423ff133154258efdcca.tar.bz2
frost-ae6709598ced6fd2eb1e423ff133154258efdcca.zip
Restrict notification service
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, 2 insertions, 0 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 eb8e4b35..f17645d0 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/utils/Prefs.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/utils/Prefs.kt
@@ -191,6 +191,8 @@ object Prefs : KPref() {
var showCreateFab: Boolean by kpref("show_create_fab", true)
+ var webOnly: Boolean by kpref("web_only", false)
+
inline val mainActivityLayout: MainActivityLayout
get() = MainActivityLayout(mainActivityLayoutType)