Skip to content

Commit

Permalink
Changed default New number of days from 45 to 21.
Browse files Browse the repository at this point in the history
  • Loading branch information
InsertDisc authored Feb 13, 2024
1 parent 0c42eee commit b7ef343
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ def setting(value):
try:
entry = pref['extra_overlays']['new']['new_days']
except KeyError:
entry = 45
entry = 21
if value == 'ovNewColor':
try:
entry = pref['extra_overlays']['new']['bgcolor']
Expand Down Expand Up @@ -933,7 +933,7 @@ def setting(value):
try:
entry = pref['extra_overlays']['new_next_air']['new_next_air_days']
except KeyError:
entry = 45
entry = 21

if value == 'ovNewNextColor':
try:
Expand Down

0 comments on commit b7ef343

Please sign in to comment.