Add properties (with defaults) to the PrintSetupHeaderButton state-props

Resolves 2 QML-warnings

CURA-8684
This commit is contained in:
casper 2022-01-31 09:00:30 +01:00
parent f94813a98e
commit 5aa67770a2

View file

@ -16,6 +16,9 @@ ToolButton
property alias tooltip: tooltip.text
property bool valueError: false;
property bool valueWarning: false;
Cura.ToolTip
{
id: tooltip