Example #1
0
 def apply(self):
     messenger_settings.saveUserPreferences(self._settings)
 def apply(self, restartApproved):
     messenger_settings.saveUserPreferences(self._settings)
     return (None, lambda : None)
Example #3
0
 def apply(self, restartApproved):
     messenger_settings.saveUserPreferences(self._settings)
     return (None, lambda: None)
 def apply(self):
     messenger_settings.saveUserPreferences(self._settings)