diff options
author | Loren Burkholder <computersemiexpert@outlook.com> | 2023-03-25 20:07:01 -0400 |
---|---|---|
committer | Loren Burkholder <computersemiexpert@outlook.com> | 2023-04-08 18:59:17 -0400 |
commit | 58b2ae1f0667dfb96b07e0615b7cc4d56752b205 (patch) | |
tree | a8aae3c72b14e415a6db21c32ce75240b631e94e /resources/qml | |
parent | Don't allow rainbowifying custom messages (diff) | |
download | nheko-58b2ae1f0667dfb96b07e0615b7cc4d56752b205.tar.xz |
Don't apply gravity to rain
It makes the rain look wacky.
Diffstat (limited to 'resources/qml')
-rw-r--r-- | resources/qml/ui/TimelineEffects.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/ui/TimelineEffects.qml b/resources/qml/ui/TimelineEffects.qml index 6af2892e..1594aaac 100644 --- a/resources/qml/ui/TimelineEffects.qml +++ b/resources/qml/ui/TimelineEffects.qml @@ -73,6 +73,7 @@ Item { Gravity { system: particleSystem + groups: ["confetti"] anchors.fill: parent magnitude: 350 angle: 90 |