mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 21:12:25 +02:00
Fixed typo.
This commit is contained in:
parent
f5585605af
commit
a7d1b2651a
2 changed files with 2 additions and 4 deletions
|
@ -51,9 +51,7 @@
|
|||
function onMenuItemEvent(menuItem){
|
||||
if (menuItem === 'Graphics...'){
|
||||
toolbarButtonClicked();
|
||||
Script.setTimeout(() => {
|
||||
toQML({type: 'loadPage', page: 'Graphics'})
|
||||
}, 100);
|
||||
toQML({type: 'loadPage', page: 'Graphics'})
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -251,7 +251,7 @@ Rectangle {
|
|||
|
||||
// FOV
|
||||
SettingSlider {
|
||||
settingText: "Feild of View";
|
||||
settingText: "Field of View";
|
||||
sliderStepSize: 1;
|
||||
minValue: 20;
|
||||
maxValue: 130;
|
||||
|
|
Loading…
Reference in a new issue