a
This commit is contained in:
@@ -10,7 +10,9 @@ Item {
|
||||
// Per-button trigger config (from the model). Default: hold-to-activate.
|
||||
readonly property string triggerModeResolved: (typeof triggerMode !== "undefined" && triggerMode) ? triggerMode : "hold"
|
||||
readonly property int holdMsResolved: (typeof holdMs !== "undefined" && holdMs > 0) ? holdMs : 800
|
||||
readonly property bool inputBlocked: status !== 0
|
||||
readonly property bool latchOn: typeof latchResetEnabled !== "undefined" && latchResetEnabled
|
||||
readonly property bool inputBlocked: status === 3 || status === 2
|
||||
|| (status !== 0 && !latchOn)
|
||||
|
||||
// Resolved feedback colour/width for the current status (ok / error).
|
||||
readonly property color okColor: settingsContainer.feedbackOkColor
|
||||
|
||||
Reference in New Issue
Block a user