summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorJoseph Donofry <rubberduckie3554@gmail.com>2021-11-18 12:39:58 -0500
committerNicolas Werner <nicolas.werner@hotmail.de>2021-11-18 22:04:01 +0100
commit7be659af4642d6220ea606b1eb456e470541ee4f (patch)
tree6b08ad14598aa26f5d6bb5c5cd3702fedb856942 /resources
parentTry to fix lmdbxx download (diff)
downloadnheko-7be659af4642d6220ea606b1eb456e470541ee4f.tar.xz
Fix video call filename and qtjdenticon for windows
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/voip/PlaceCall.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/voip/PlaceCall.qml b/resources/qml/voip/PlaceCall.qml

index 0ad546df..4ba68628 100644 --- a/resources/qml/voip/PlaceCall.qml +++ b/resources/qml/voip/PlaceCall.qml
@@ -161,7 +161,7 @@ Popup { Image { Layout.preferredWidth: 22 Layout.preferredHeight: 22 - source: "image://colorimage/:/icons/icons/ui/video-call.svg?" + Nheko.colors.windowText + source: "image://colorimage/:/icons/icons/ui/video.svg?" + Nheko.colors.windowText } ComboBox {