Introduce fancy particle effects. Contributes to #261
Add user setting. Introduce FancyEffectsContainer. And confetti and snow implementation.
This commit is contained in:
committed by
Carl Schwan
parent
cd17339847
commit
e7a862a1d9
@@ -595,6 +595,14 @@ Kirigami.ScrollablePage {
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
|
||||
FancyEffectsContainer {
|
||||
id: fancyEffectsContainer
|
||||
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
enabled: Config.showFancyEffects
|
||||
}
|
||||
|
||||
Kirigami.Theme.colorSet: Kirigami.Theme.View
|
||||
|
||||
function goToEvent(eventID) {
|
||||
|
||||
Reference in New Issue
Block a user