From ec13b1fbfc0a89c10aaba10768ca7b090d8449e9 Mon Sep 17 00:00:00 2001 From: Etoh Date: Mon, 7 Oct 2013 18:28:40 +0100 Subject: [PATCH] Add Merge PlayPause buttons constant (default: False) --- syncplay/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/syncplay/constants.py b/syncplay/constants.py index 89c2083..c88305a 100644 --- a/syncplay/constants.py +++ b/syncplay/constants.py @@ -20,6 +20,7 @@ SERVER_STATE_INTERVAL = 1 WARNING_OSD_MESSAGES_LOOP_INTERVAL = 1 SHOW_REWIND_ON_DESYNC_CHECKBOX = False SHOW_TOOLTIPS = True +MERGE_PLAYPAUSE_BUTTONS = False #Usually there's no need to adjust these FILENAME_STRIP_REGEX = u"[-~_\.\[\](): ]"