aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/utils/Prefs.kt
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/utils/Prefs.kt')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/utils/Prefs.kt4
1 files changed, 4 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 68b4b80d..70144f9e 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/utils/Prefs.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/utils/Prefs.kt
@@ -90,8 +90,12 @@ object Prefs : KPref() {
var showRoundedIcons: Boolean by kpref("rounded_icons", true)
+ var showComposer: Boolean by kpref("status_composer_feed", true)
+
var showSuggestedFriends: Boolean by kpref("suggested_friends_feed", true)
+ var showSuggestedGroups: Boolean by kpref("suggested_groups_feed", true)
+
var showFacebookAds: Boolean by kpref("facebook_ads", true)
var animate: Boolean by kpref("fancy_animations", true)