mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 18:55:01 +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;
|
||||
}
|
||||
if (!box1.checked && !box2.checked) {
|
||||
box2.checked = true;
|
||||
box1.checked = true;
|
||||
}
|
||||
}
|
||||
colorScheme: hifi.colorSchemes.dark
|
||||
|
|
Loading…
Reference in a new issue