Skip to content

Commit

Permalink
Merge pull request #196 from geotribu/fix/dependencies-checker-avoided
Browse files Browse the repository at this point in the history
fix(init): remove QChat import outside try/except
  • Loading branch information
Guts authored Sep 26, 2024
2 parents 34853ed + bdbfbb5 commit a21218d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions qtribu/plugin_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
# project
from qtribu.__about__ import DIR_PLUGIN_ROOT, __icon_path__, __title__, __uri_homepage__
from qtribu.constants import ICON_ARTICLE, ICON_GEORDP
from qtribu.gui.dck_qchat import QChatWidget
from qtribu.gui.dlg_contents import GeotribuContentsDialog
from qtribu.gui.dlg_settings import PlgOptionsFactory
from qtribu.gui.form_article import ArticleForm
Expand Down Expand Up @@ -337,7 +336,7 @@ def check_dependencies(self) -> bool:
),
log_level=2,
push=True,
duration=60,
duration=0,
button=True,
button_connect=partial(
QDesktopServices.openUrl,
Expand Down

0 comments on commit a21218d

Please sign in to comment.