Update playoptions.py

This commit is contained in:
Vishal 2024-03-25 16:19:07 +05:30 committed by GitHub
parent 9cbf571d4a
commit c9f0480ffc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -294,6 +294,7 @@ class PlayOptionsWindow(PopupWindow):
)
),
minval=1.0,
maxval=100.0 if self._sessiontype is bs.FreeForAllSession else 99.0,
increment=1.0 if self._sessiontype is bs.FreeForAllSession else 2.0,
fallback_value=(
24 if self._sessiontype is bs.FreeForAllSession else 7