Add Merge PlayPause buttons constant (default: False)

This commit is contained in:
Etoh 2013-10-07 18:28:40 +01:00
parent ae71d6c939
commit ec13b1fbfc

View File

@ -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"[-~_\.\[\](): ]"