diff --git a/src/commoncomponents/PushButton.qml b/src/commoncomponents/PushButton.qml index a55f194b73b3258feb979c6d67ac82211c5da4da..118e2e817bf1ca09c8dc9131916c449529e1e8b0 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 } }