From 1c4128de91e5468ec131738361b2274fb0cec30b Mon Sep 17 00:00:00 2001 From: Etoh Date: Thu, 25 Jul 2013 18:54:02 +0100 Subject: [PATCH] Add SHOW_TOOLTIPS constant (default: True) --- syncplay/constants.py | 1 + 1 file changed, 1 insertion(+) 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"[-~_\.\[\](): ]"