diff options
Diffstat (limited to 'modules/osd/Content.qml')
| -rw-r--r-- | modules/osd/Content.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/osd/Content.qml b/modules/osd/Content.qml index 619810f..622f2d7 100644 --- a/modules/osd/Content.qml +++ b/modules/osd/Content.qml @@ -112,7 +112,6 @@ Item { Layout.preferredHeight: shouldBeActive ? Config.osd.sizes.sliderHeight : 0 opacity: shouldBeActive ? 1 : 0 active: opacity > 0 - asynchronous: true visible: active Behavior on Layout.preferredHeight { |