summary refs log tree commit diff
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
parentTry to fix lmdbxx download (diff)
downloadnheko-7be659af4642d6220ea606b1eb456e470541ee4f.tar.xz
Fix video call filename and qtjdenticon for windows
-rw-r--r--appveyor.yml2
-rw-r--r--resources/qml/voip/PlaceCall.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml

index 51bf949d..06137ada 100644 --- a/appveyor.yml +++ b/appveyor.yml
@@ -66,7 +66,7 @@ after_build: - echo %BUILD% - mkdir NhekoRelease - copy build\Release\nheko.exe NhekoRelease\nheko.exe - - copy qt-jdenticon\release\qtjdenticon0.dll NhekoRelease\qtjdenticon0.dll + - copy qt-jdenticon\release\qtjdenticon0.dll NhekoRelease\qtjdenticon.dll - copy build\_deps\cmark-build\src\Release\cmark.dll NhekoRelease\cmark.dll - windeployqt --qmldir resources\qml\ NhekoRelease\nheko.exe 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 {