From 645aba21b96720531d8616e2e85567dca0c2b2aa Mon Sep 17 00:00:00 2001 From: Etoh Date: Fri, 25 Apr 2014 14:43:22 +0100 Subject: [PATCH] Add SHOW_CONTACT_INFO constant (default: True) --- syncplay/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/syncplay/constants.py b/syncplay/constants.py index 73a5b1b..868923f 100644 --- a/syncplay/constants.py +++ b/syncplay/constants.py @@ -16,6 +16,7 @@ SHOW_SLOWDOWN_OSD = True # Show notifications of slowing down / reverting on tim SHOW_SAME_ROOM_OSD = True # Show OSD notifications for events relating to room user is in SHOW_DIFFERENT_ROOM_OSD = False # Show OSD notifications for events relating to room user is not in LIST_RELATIVE_CONFIGS = True # Print list of relative configs loaded +SHOW_CONTACT_INFO = True # Displays dev contact details below list in GUI #Changing these might be ok REWIND_THRESHOLD = 4