aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/utils/Showcase.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-07-04 11:13:47 -0700
committerAllan Wang <me@allanwang.ca>2017-07-04 11:13:47 -0700
commit4cf368be0cd2f179485b05a3d2cd9b7bc236ba8e (patch)
treedec58af06d220ba80920fcf9c816b71413c61108 /app/src/main/kotlin/com/pitchedapps/frost/utils/Showcase.kt
parent43885c6c063a76738ed7220aba619e47db7c4080 (diff)
parentd6c5bcd56e293eaf281663b6c1e6b0ab7236be9f (diff)
downloadfrost-4cf368be0cd2f179485b05a3d2cd9b7bc236ba8e.tar.gz
frost-4cf368be0cd2f179485b05a3d2cd9b7bc236ba8e.tar.bz2
frost-4cf368be0cd2f179485b05a3d2cd9b7bc236ba8e.zip
Fix merge
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/utils/Showcase.kt')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/utils/Showcase.kt3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/utils/Showcase.kt b/app/src/main/kotlin/com/pitchedapps/frost/utils/Showcase.kt
index 1429dc1a..b1dbe6f1 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/utils/Showcase.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/utils/Showcase.kt
@@ -12,5 +12,8 @@ object Showcase : KPref() {
//check if this is the first time launching the web overlay; show snackbar if true
var firstWebOverlay: Boolean by kpref("first_web_overlay", true)
+
+ //not a showcase but cannot be in the same file as Prefs
+ var experimentalDefault: Boolean by kpref("experimental_by_default", false)
}