From 8c1ff3e546e205e85a0d7e7df0ca5d11bd167582 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Fri, 23 Jun 2017 15:48:51 -0700 Subject: Start pro version --- app/src/main/kotlin/com/pitchedapps/frost/utils/Prefs.kt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'app/src/main/kotlin/com/pitchedapps/frost/utils/Prefs.kt') 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 a75a4f8d..ab86724e 100644 --- a/app/src/main/kotlin/com/pitchedapps/frost/utils/Prefs.kt +++ b/app/src/main/kotlin/com/pitchedapps/frost/utils/Prefs.kt @@ -66,6 +66,9 @@ object Prefs : KPref() { val isCustomTheme: Boolean get() = t == Theme.CUSTOM + val frostId: String + get() = "${installDate}-${identifier}" + var showRoundedIcons: Boolean by kpref("rounded_icons", true) var showSuggestedFriends: Boolean by kpref("suggested_friends_feed", true) @@ -77,5 +80,5 @@ object Prefs : KPref() { var notificationKeywords: StringSet by kpref("notification_keywords", mutableSetOf()) //check if this is the first time launching the web overlay; show snackbar if true - var firstWebOverlay:Boolean by kpref("first_web_overlay", true) + var firstWebOverlay: Boolean by kpref("first_web_overlay", true) } -- cgit v1.2.3