Display relative config list if appropriate

This commit is contained in:
Etoh 2014-04-18 13:37:45 +01:00
parent 9934b0d334
commit b5767a8bcc
1 changed files with 2 additions and 0 deletions

View File

@ -89,6 +89,8 @@ class SyncplayClient(object):
self._speedChanged = False
self._warnings = self._WarningManager(self._player, self.userlist, self.ui)
if constants.LIST_RELATIVE_CONFIGS and self._config['loadedRelativePaths']:
self.ui.showMessage(getMessage("en", "relative-config-notification").format("; ".join(self._config['loadedRelativePaths'])), True)
def initProtocol(self, protocol):
self._protocol = protocol