diff options
author | Joseph Donofry <joedonofry@gmail.com> | 2021-01-11 17:50:26 -0500 |
---|---|---|
committer | Joseph Donofry <joedonofry@gmail.com> | 2021-01-11 17:50:26 -0500 |
commit | 1bc2db4bdfe93694452e1a7c129f82294dab8c00 (patch) | |
tree | 36ae4d01e6e95a9ba4ad5009549ac2930ba7d2d4 /resources/res.qrc | |
parent | Merge branch 'ci-cleanups-and-experiments' into 'master' (diff) | |
download | nheko-1bc2db4bdfe93694452e1a7c129f82294dab8c00.tar.xz |
Add Ripple effects to qml buttons and avatar
Diffstat (limited to 'resources/res.qrc')
-rw-r--r-- | resources/res.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/res.qrc b/resources/res.qrc index a01907ec..9b05575e 100644 --- a/resources/res.qrc +++ b/resources/res.qrc @@ -159,6 +159,7 @@ <file>qml/device-verification/NewVerificationRequest.qml</file> <file>qml/device-verification/Failed.qml</file> <file>qml/device-verification/Success.qml</file> + <file>qml/ui/Ripple.qml</file> </qresource> <qresource prefix="/media"> <file>media/ring.ogg</file> |