Fixes the issue that I thought was fixed earlier this morning with the light mode and high contrast. Not sure why my solution earlier worked, but it is most definitely good now (but maybe test it out just to confirm 😳).
Closing #162. I looked into it, and while the code is similar for each, there are a lot of variables that are named slightly differently (for good reason), and it doesn't really make a ton of sense to mess with any of this so close to the final deadline, especially because it all works.
We will, however, just have to make sure that anytime either setSettingsForm.ejs or defaultSettings.ejs are modified, we check the other and make sure that they remain consistent. I really doubt that much more will have to change in these files, though.
Fixes the issue that I thought was fixed earlier this morning with the light mode and high contrast. Not sure why my solution earlier worked, but it is most definitely good now (but maybe test it out just to confirm 😳).
Closing #162. I looked into it, and while the code is similar for each, there are a lot of variables that are named slightly differently (for good reason), and it doesn't really make a ton of sense to mess with any of this so close to the final deadline, especially because it all works.
We will, however, just have to make sure that anytime either
setSettingsForm.ejs
ordefaultSettings.ejs
are modified, we check the other and make sure that they remain consistent. I really doubt that much more will have to change in these files, though.