Fix some lint errors

This commit is contained in:
2024-10-07 03:57:39 -05:00
parent e06db742e2
commit 301035bad1
2 changed files with 5 additions and 5 deletions

View File

@ -156,9 +156,9 @@ default persistent.autoup = False
default persistent.show_mod_screenshots = True
default persistent.gallery_edgescroll = True
init -1000 python:
init -999 python:
if persistent.newmods_default_state == None:
persistent.newmods_default_state = True
persistent.newmods_default_state = False
init python:
# No idea what this does