active plugin installer plugin by default if it's available. Fixes #7655
This commit is contained in:
parent
506741ff97
commit
fbb87bf336
|
@ -2754,6 +2754,10 @@ class Interface:
|
|||
|
||||
cfg_was_read = parser.read()
|
||||
|
||||
if not cfg_was_read:
|
||||
# enable plugin_installer by default when creating config file
|
||||
gajim.config.set_per('plugins', 'plugin_installer', 'active', True)
|
||||
|
||||
gajim.logger.reset_shown_unread_messages()
|
||||
# override logging settings from config (don't take care of '-q' option)
|
||||
if gajim.config.get('verbose'):
|
||||
|
|
Loading…
Reference in New Issue