From 07ffd9e7e9b407ffaec4fb09e86278034ec6478b Mon Sep 17 00:00:00 2001 From: Joseph Donofry Date: Tue, 9 Jun 2020 21:05:27 -0400 Subject: Fix UserSettings in QML --- resources/qml/TimelineView.qml | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'resources/qml/TimelineView.qml') 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 -- cgit 1.4.1