More debug logs and stricter input check.

This commit is contained in:
Black Hat
2019-07-26 19:09:53 +08:00
parent b7bdfa75a1
commit a9a59fad41
2 changed files with 16 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ import QtQuick.Layouts 1.12
import Spectral.Setting 0.1
Flow {
visible: reaction || false
visible: (reaction && reaction.length > 0) || false
spacing: 8