diff options
Diffstat (limited to '')
| -rw-r--r-- | components/controls/ToggleButton.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/controls/ToggleButton.qml b/components/controls/ToggleButton.qml index b2c2afe..8bdcb04 100644 --- a/components/controls/ToggleButton.qml +++ b/components/controls/ToggleButton.qml @@ -74,7 +74,6 @@ StyledRect { } Loader { - asynchronous: true active: !!root.label visible: active @@ -103,7 +102,6 @@ StyledRect { Loader { id: tooltipLoader active: root.tooltip !== "" - asynchronous: true z: 10000 width: 0 height: 0 |