mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 03:58:15 +02:00
Ticking left will keep it on left, not right
This commit is contained in:
parent
9ff7891c88
commit
9c152ddc6f
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ Preference {
|
||||||
box2.checked = false;
|
box2.checked = false;
|
||||||
}
|
}
|
||||||
if (!box1.checked && !box2.checked) {
|
if (!box1.checked && !box2.checked) {
|
||||||
box2.checked = true;
|
box1.checked = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
colorScheme: hifi.colorSchemes.dark
|
colorScheme: hifi.colorSchemes.dark
|
||||||
|
|
Loading…
Reference in a new issue