Skip to content
Snippets Groups Projects
Verified Commit bab5dd9f authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Disable mipmaps for avatars

parent 9232e586
No related branches found
No related tags found
No related merge requests found
......@@ -55,8 +55,6 @@ AbstractButton {
anchors.fill: parent
asynchronous: true
fillMode: avatar.crop ? Image.PreserveAspectCrop : Image.PreserveAspectFit
mipmap: true
smooth: true
source: if (avatar.url.startsWith('image://colorimage')) {
return avatar.url + "&radius=" + (Settings.avatarCircles ? 100 : 25) + ((avatar.crop) ? "" : "&scale");
} else if (avatar.url.startsWith('image://')) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment