diff options
Diffstat (limited to 'app/MidOther.qml')
-rw-r--r-- | app/MidOther.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/MidOther.qml b/app/MidOther.qml index 579d5f1..d765414 100644 --- a/app/MidOther.qml +++ b/app/MidOther.qml @@ -31,6 +31,6 @@ Item { fillMode: Image.PreserveAspectFit asynchronous: true smooth: true - source: recirc_mid[recirc] + source: recirc_mid[circulation] } } |