Skip to content

Commit

Permalink
1.6 release: Disable image thumbnails
Browse files Browse the repository at this point in the history
These will be enabled when they're actually ready, at this moment the
biggest problem is downloading full-sized images just for the purposes
of a tiny preview.
  • Loading branch information
MartinBriza committed Oct 19, 2023
1 parent 1e72959 commit 0bd1579
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/Lith/UI/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set(LITH_QML
ChannelMessage.qml
ChannelMessageActionMenu.qml
ChannelMessageList.qml
ChannelMessageThumbnail.qml
//ChannelMessageThumbnail.qml
ChannelTextInput.qml
ChannelView.qml
DataBrowser.qml
Expand Down
3 changes: 2 additions & 1 deletion modules/Lith/UI/ChannelMessage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Item {
linkHandler.show(link, root)
}
}

/*
Flow {
id: thumbnailLayout
Layout.fillWidth: true
Expand All @@ -204,6 +204,7 @@ Item {
}
}
}
*/
}
}
}
Expand Down

0 comments on commit 0bd1579

Please sign in to comment.