summary refs log tree commit diff
path: root/resources/qml/voip/ScreenShare.qml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/voip/ScreenShare.qml')
-rw-r--r--resources/qml/voip/ScreenShare.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/voip/ScreenShare.qml b/resources/qml/voip/ScreenShare.qml
index 8cd43b1c..26d81819 100644
--- a/resources/qml/voip/ScreenShare.qml
+++ b/resources/qml/voip/ScreenShare.qml
@@ -125,7 +125,7 @@ Popup {
 
             Button {
                 text: qsTr("Share")
-                icon.source: "qrc:/icons/icons/ui/screen-share.png"
+                icon.source: "qrc:/icons/icons/ui/screen-share.svg"
                 onClicked: {
                     if (buttonLayout.validateMic()) {
                         Settings.microphone = micCombo.currentText;