summary refs log tree commit diff
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
parentTry to fix lmdbxx download (diff)
downloadnheko-53594ea9f86bfafc3dd513fed61e6b7febb9a780.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 {