Skip to content
Snippets Groups Projects
Commit 050985c6 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Windows: Don't store password in keyring in portable mode

Otherwise its not really portable if it stores data in the system keyring
parent 724090f9
No related branches found
No related tags found
No related merge requests found
......@@ -689,6 +689,9 @@ def _init_options(self):
for opt in self.__options[0]:
self.__options[1][opt] = self.__options[0][opt][Option.VAL]
if gajim.IS_PORTABLE:
self.__options[1]['use_keyring'] = False
def _really_save(self):
from gajim.common import app
if app.interface:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment