@@ -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 {
|
||||
|
||||
@@ -750,6 +750,7 @@ Kirigami.ScrollablePage {
|
||||
|
||||
background: FancyEffectsContainer {
|
||||
id: fancyEffectsContainer
|
||||
z: 100
|
||||
|
||||
enabled: Config.showFancyEffects
|
||||
|
||||
|
||||
Reference in New Issue
Block a user