Make effects more visible

This commit is contained in:
Carl Schwan
2021-05-24 16:47:40 +02:00
parent 34da8734a2
commit db62f06de4
2 changed files with 2 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ import QtQuick.Particles 2.15
import org.kde.kirigami 2.15 as Kirigami
Rectangle {
Item {
id: item
property bool enabled: false
property int effectInterval: Kirigami.Units.veryLongDuration*10;
@@ -27,11 +27,6 @@ Rectangle {
fireworksTimer.start()
}
// backgroundColor
color: Kirigami.Theme.backgroundColor
Kirigami.Theme.colorSet: Kirigami.Theme.Window
Kirigami.Theme.inherit: false
// Confetti
Timer {

View File

@@ -750,6 +750,7 @@ Kirigami.ScrollablePage {
background: FancyEffectsContainer {
id: fancyEffectsContainer
z: 100
enabled: Config.showFancyEffects