diff --git a/package/contents/ui/lib/FontConfig.qml b/package/contents/ui/lib/FontConfig.qml index 201f429..efa6062 100644 --- a/package/contents/ui/lib/FontConfig.qml +++ b/package/contents/ui/lib/FontConfig.qml @@ -61,7 +61,7 @@ QtLayouts.RowLayout { checkable: true checked: boldValue - onStateChanged: { + onToggled: { boldValue = checked } } @@ -72,8 +72,8 @@ QtLayouts.RowLayout { checkable: true checked: italicValue - onStateChanged: { - italicvalue = checked + onToggled: { + italicValue = checked } }