diff --git a/src/commoncomponents/PushButton.qml b/src/commoncomponents/PushButton.qml index a55f194b..118e2e81 100644 --- a/src/commoncomponents/PushButton.qml +++ b/src/commoncomponents/PushButton.qml @@ -150,6 +150,9 @@ AbstractButton { return JamiTheme.transparentColor } } + // Mipmap does not render correctly on linux + mipmap: false + smooth: true } }