makes the scroll toggle a little smarter

This commit is contained in:
Map 2024-10-07 20:15:57 -05:00
parent 3d51bae4a6
commit d581c7884c

View file

@ -159,17 +159,16 @@ default persistent.lewd = False
default persistent.autoup = False
default persistent.show_mod_screenshots = True
default persistent.gallery_edgescroll = True
default persistent.scroll = False
init -999 python:
if persistent.newmods_default_state == None:
persistent.newmods_default_state = False
init python:
# No idea what this does
# Makes going forward on the scroll wheel advance dialogue, rather than just seen dialogue
if persistent.scroll == True:
config.keymap['dismiss'].append('mousedown_4')
elif persistent.scroll == None:
persistent.scroll = False
##Default Audio is not ear rape
define config.default_music_volume = 0.48