diff --git a/syncplay/constants.py b/syncplay/constants.py index f98fdd5..76a9039 100644 --- a/syncplay/constants.py +++ b/syncplay/constants.py @@ -18,6 +18,7 @@ PROTOCOL_TIMEOUT = 12.5 RECONNECT_RETRIES = 10 SERVER_STATE_INTERVAL = 1 WARNING_OSD_MESSAGES_LOOP_INTERVAL = 1 +SHOW_REWIND_ON_DESYNC_CHECKBOX = True #Usually there's no need to adjust these FILENAME_STRIP_REGEX = u"[-~_\.\[\](): ]"