summary refs log tree commit diff
path: root/resources/qml
diff options
context:
space:
mode:
authorJoseph Donofry <rubberduckie3554@gmail.com>2021-11-18 12:39:58 -0500
committerJoseph Donofry <rubberduckie3554@gmail.com>2021-11-18 12:39:58 -0500
commit53594ea9f86bfafc3dd513fed61e6b7febb9a780 (patch)
tree7e486c5c7c668cecd1f27214f33d1b2f6eb68ef9 /resources/qml
parentTry to fix lmdbxx download (diff)
downloadnheko-53594ea9f86bfafc3dd513fed61e6b7febb9a780.tar.xz
Fix video call filename and qtjdenticon for windows
Diffstat (limited to 'resources/qml')
-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 {