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){ function onMenuItemEvent(menuItem){
if (menuItem === 'Graphics...'){ if (menuItem === 'Graphics...'){
toolbarButtonClicked(); toolbarButtonClicked();
Script.setTimeout(() => { toQML({type: 'loadPage', page: 'Graphics'})
toQML({type: 'loadPage', page: 'Graphics'})
}, 100);
} }
} }

View file

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