diff options
Diffstat (limited to 'MiddlePanel.qml')
| -rw-r--r-- | MiddlePanel.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MiddlePanel.qml b/MiddlePanel.qml index fd3406d2..28255c8b 100644 --- a/MiddlePanel.qml +++ b/MiddlePanel.qml @@ -196,6 +196,7 @@ Rectangle { anchors.topMargin: persistentSettings.customDecorations ? 60 : 10 anchors.bottom: parent.bottom anchors.bottomMargin: persistentSettings.customDecorations ? 15 : 10 + onActiveChanged: if (!active && !isMac) active = true } onFlickingChanged: { |
