Fancy effects: additional check if enabled everywhere
This commit is contained in:
committed by
Carl Schwan
parent
09dff4553a
commit
01f8c3b09f
@@ -616,6 +616,7 @@ Kirigami.ScrollablePage {
|
||||
}
|
||||
|
||||
Connections {
|
||||
enabled: Config.showFancyEffects
|
||||
target: messageEventModel
|
||||
onFancyEffectsReasonFound: {
|
||||
fancyEffectsContainer.processFancyEffectsReason(fancyEffect)
|
||||
@@ -623,6 +624,7 @@ Kirigami.ScrollablePage {
|
||||
}
|
||||
|
||||
Connections {
|
||||
enabled: Config.showFancyEffects
|
||||
target: chatTextInput
|
||||
onFancyEffectsReasonFound: {
|
||||
fancyEffectsContainer.processFancyEffectsReason(fancyEffect)
|
||||
|
||||
Reference in New Issue
Block a user