diff options
author | Joseph Donofry <joedonofry@gmail.com> | 2020-06-09 21:05:27 -0400 |
---|---|---|
committer | Joseph Donofry <joedonofry@gmail.com> | 2020-06-09 21:05:27 -0400 |
commit | 07ffd9e7e9b407ffaec4fb09e86278034ec6478b (patch) | |
tree | d921eec16640ecfade37c9cfa46c29218d4b7f82 /resources/qml/TimelineView.qml | |
parent | Merge master and fix conflicts (diff) | |
download | nheko-07ffd9e7e9b407ffaec4fb09e86278034ec6478b.tar.xz |
Fix UserSettings in QML
Diffstat (limited to 'resources/qml/TimelineView.qml')
-rw-r--r-- | resources/qml/TimelineView.qml | 14 |
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 |