forked from rDrama/rDrama
1
0
Fork 0

make hole pins appear in new sort

master
Aevann 2024-02-18 15:25:16 +02:00
parent f0b141b3c0
commit a2736309bb
1 changed files with 4 additions and 2 deletions

View File

@ -59,8 +59,10 @@ def front_all(v, hole=None):
if effortposts_only:
pins = False
else:
if sort == 'hot': default = True
else: default = False
if sort == 'hot' or (hole and sort == 'new'):
default = True
else:
default = False
pins = session.get(f'{hole}_{sort}', default)
if not v: