John Berberian, Jr.
John Berberian, Jr.
Move files out of shared if they didn't need to be there, delete one file that was unused. Also fix some relative pathing that should've been using path translation. Should...
PreferencesFile, for example. Check that there aren't others. Probably should do a full reference check on everything in `shared`, and try to move stuff to `back` or `renderer` if possible.
The backend changes for #245. ~~Also, switch to `better-sqlite3`: performance was suffering without it, and I can't see a reason to stick with a slower version of the same functionality.~~...
This PR addresses #236, adding a "Disable Extreme Games" toggle in the Config tab. When this is turned on, it will set `disableExtremeGames` to true, and `browsePageShowExtreme` to false. The...