mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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
|
||||
}
|
||||
|
||||
function setPinned(newPinned) {
|
||||
pinned = newPinned
|
||||
}
|
||||
|
||||
onPinnedChanged: {
|
||||
|
||||
if (pinned) {
|
||||
|
|
Loading…
Reference in a new issue