Fix mods without defined names not being assigned their folder name

Remove checks for the 'None' language as the user will never be assigned to it
Some comment typo fixes
Make reloading mods not play the splash screen
Pressing backspace will now hide the mod details pane, and shoe mod errors if there's any
Attempt at making a button for android to hide the details pane.
This commit is contained in:
2024-10-07 17:10:10 -05:00
parent 2c2899e734
commit 033175500c
4 changed files with 158 additions and 152 deletions

View File

@ -144,6 +144,10 @@ define config.defer_tl_scripts = True
define config.linear_fades = True
## The variable used for making the splashscreen not show when reloading a mod
default persistent.reloading_mods = False
## Snoot-specific config variables
define config.developer = "auto"