Fixed typo.

This commit is contained in:
armored-dragon 2024-11-20 03:14:36 -06:00
parent f5585605af
commit a7d1b2651a
No known key found for this signature in database
GPG key ID: C7207ACC3382AD8B
2 changed files with 2 additions and 4 deletions

View file

@ -51,9 +51,7 @@
function onMenuItemEvent(menuItem){
if (menuItem === 'Graphics...'){
toolbarButtonClicked();
Script.setTimeout(() => {
toQML({type: 'loadPage', page: 'Graphics'})
}, 100);
toQML({type: 'loadPage', page: 'Graphics'})
}
}

View file

@ -251,7 +251,7 @@ Rectangle {
// FOV
SettingSlider {
settingText: "Feild of View";
settingText: "Field of View";
sliderStepSize: 1;
minValue: 20;
maxValue: 130;