diff options
author | Loren Burkholder <computersemiexpert@outlook.com> | 2023-03-24 09:36:42 -0400 |
---|---|---|
committer | Loren Burkholder <computersemiexpert@outlook.com> | 2023-04-08 18:59:17 -0400 |
commit | 5f3ecc213fbf9fc3a47173d7a7aca6954aee07cf (patch) | |
tree | 7d13f145b31690df81c9337c920a3a564edb191e /resources/res.qrc | |
parent | Use particle groups to separate effects (diff) | |
download | nheko-5f3ecc213fbf9fc3a47173d7a7aca6954aee07cf.tar.xz |
Move effects into a separate file
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 faa90495..3f1b2b65 100644 --- a/resources/res.qrc +++ b/resources/res.qrc @@ -197,6 +197,7 @@ <file>qml/voip/VideoCall.qml</file> <file>confettiparticle.svg</file> <file>qml/delegates/EncryptionEnabled.qml</file> + <file>qml/ui/TimelineEffects.qml</file> </qresource> <qresource prefix="/media"> <file>media/ring.ogg</file> |