Hide overlays when driving

This commit is contained in:
Brad Davis 2016-06-02 09:50:58 -07:00
parent 8c13ff4ee1
commit ed5d904b3d

View file

@ -264,6 +264,10 @@ FocusScope {
pinned = !pinned pinned = !pinned
} }
function setPinned(newPinned) {
pinned = newPinned
}
onPinnedChanged: { onPinnedChanged: {
if (pinned) { if (pinned) {