aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/utils
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-03-31 22:44:06 -0400
committerAllan Wang <me@allanwang.ca>2019-03-31 22:44:06 -0400
commita49021c096f18cfef2fa54b2369ed044341187c5 (patch)
treeeba7d5909732379837dd2b76567145e31bcfece6 /app/src/main/kotlin/com/pitchedapps/frost/utils
parenta85b52302d1328798c7d844ff68117c49586873d (diff)
downloadfrost-a49021c096f18cfef2fa54b2369ed044341187c5.tar.gz
frost-a49021c096f18cfef2fa54b2369ed044341187c5.tar.bz2
frost-a49021c096f18cfef2fa54b2369ed044341187c5.zip
Remove round icon settings
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 9a63f527..391d422a 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/utils/Prefs.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/utils/Prefs.kt
@@ -116,8 +116,6 @@ object Prefs : KPref() {
var aggressiveRecents: Boolean by kpref("aggressive_recents", false)
- 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)