KnossosNET / Knossos.NET

Repository for the Knossos.NET launcher, currently in development.
GNU General Public License v3.0
30 stars 11 forks source link

Update Input Settings Section #17

Closed wookieejedi closed 1 year ago

wookieejedi commented 1 year ago

This PR disables the mouse and joystick settings, as setting these values does not do anything since those values are set in the pilot file.

All the other settings in the Settings tab change things in-game whereas this these settings did not (since it does not do anything with the command line and the settings in the pilot file take precedence). Thus this PR disables them to clean things up. Also updates the fso capitalization to be consistently `FSO'

Tested and works as expected.