From 3e5da209c27f23bd6e1299f6e00453c7a58e6ab0 Mon Sep 17 00:00:00 2001
From: lovetox <philipp@hoerist.com>
Date: Wed, 29 Jul 2020 13:31:40 +0200
Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20create=20zeroconf=20default=20c?=
 =?UTF-8?q?onfig?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 gajim/gui_interface.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gajim/gui_interface.py b/gajim/gui_interface.py
index 08a81a5d86..4b84e1dade 100644
--- a/gajim/gui_interface.py
+++ b/gajim/gui_interface.py
@@ -2047,7 +2047,7 @@ def __init__(self):
         self.create_core_handlers_list()
         self.register_core_handlers()
 
-        self.create_zeroconf_default_config()
+        # self.create_zeroconf_default_config()
         # if app.config.get_per('accounts', app.ZEROCONF_ACC_NAME, 'active') \
         # and app.is_installed('ZEROCONF'):
         #     app.connections[app.ZEROCONF_ACC_NAME] = \
-- 
GitLab