mirror of
https://github.com/Syncplay/syncplay
synced 2025-01-25 00:03:30 +00:00
Proper loadedRelativePaths check
This commit is contained in:
parent
0b5b8811b4
commit
3945ac1ad7
@ -89,7 +89,7 @@ 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']:
|
||||
if constants.LIST_RELATIVE_CONFIGS and self._config.has_key('loadedRelativePaths'):
|
||||
self.ui.showMessage(getMessage("en", "relative-config-notification").format("; ".join(self._config['loadedRelativePaths'])), True)
|
||||
|
||||
def initProtocol(self, protocol):
|
||||
|
Loading…
Reference in New Issue
Block a user