diff --git a/syncplay/constants.py b/syncplay/constants.py index 784eac1..e6785a5 100644 --- a/syncplay/constants.py +++ b/syncplay/constants.py @@ -19,6 +19,7 @@ RECONNECT_RETRIES = 10 SERVER_STATE_INTERVAL = 1 WARNING_OSD_MESSAGES_LOOP_INTERVAL = 1 SHOW_REWIND_ON_DESYNC_CHECKBOX = False +SHOW_TOOLTIPS = True #Usually there's no need to adjust these FILENAME_STRIP_REGEX = u"[-~_\.\[\](): ]"