summary refs log tree commit diff
path: root/resources/qml/TimelineView.qml
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2020-06-09 21:05:27 -0400
committerJoseph Donofry <joedonofry@gmail.com>2020-06-09 21:05:27 -0400
commit07ffd9e7e9b407ffaec4fb09e86278034ec6478b (patch)
treed921eec16640ecfade37c9cfa46c29218d4b7f82 /resources/qml/TimelineView.qml
parentMerge master and fix conflicts (diff)
downloadnheko-07ffd9e7e9b407ffaec4fb09e86278034ec6478b.tar.xz
Fix UserSettings in QML
Diffstat (limited to 'resources/qml/TimelineView.qml')
-rw-r--r--resources/qml/TimelineView.qml14
1 files changed, 0 insertions, 14 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml
index 12c8108a..9c0fd0b2 100644
--- a/resources/qml/TimelineView.qml
+++ b/resources/qml/TimelineView.qml
@@ -25,20 +25,6 @@ Page {
 		id: fontMetrics
 	}
 
-	Settings {
-		id: settings
-		category: "user"
-		property bool avatar_circles: true
-		property string emoji_font_family: "default"
-	}
-
-	Settings {
-		id: timelineSettings
-		category: "user/timeline"
-		property bool buttons: true
-		property bool message_hover_highlight: false
-	}
-
     EmojiPicker {
         id: emojiPopup
         width: 7 * 52 + 20