mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-06 04:46:15 +02:00
Hide overlays when driving
This commit is contained in:
parent
8c13ff4ee1
commit
ed5d904b3d
1 changed files with 4 additions and 0 deletions
|
@ -264,6 +264,10 @@ FocusScope {
|
||||||
pinned = !pinned
|
pinned = !pinned
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function setPinned(newPinned) {
|
||||||
|
pinned = newPinned
|
||||||
|
}
|
||||||
|
|
||||||
onPinnedChanged: {
|
onPinnedChanged: {
|
||||||
|
|
||||||
if (pinned) {
|
if (pinned) {
|
||||||
|
|
Loading…
Reference in a new issue