Fancy effects: additional check if enabled everywhere
This commit is contained in:
committed by
Carl Schwan
parent
09dff4553a
commit
01f8c3b09f
@@ -477,6 +477,10 @@ ToolBar {
|
||||
property var userAutocompleted: ({})
|
||||
|
||||
function checkForFancyEffectsReason() {
|
||||
if (!Config.showFancyEffects) {
|
||||
return
|
||||
}
|
||||
|
||||
var inputFieldText = inputField.text.trim()
|
||||
console.log(inputFieldText)
|
||||
if (inputFieldText.includes('\u{2744}')) {
|
||||
|
||||
Reference in New Issue
Block a user