diff --git a/src/staticwordpress/gui/mainwindow.py b/src/staticwordpress/gui/mainwindow.py index db733f0..742aa3f 100644 --- a/src/staticwordpress/gui/mainwindow.py +++ b/src/staticwordpress/gui/mainwindow.py @@ -756,7 +756,7 @@ def update_widgets(self) -> None: self._project.has_github() ) self.findChild(QToolBar, "toolbar_wordpres").setEnabled( - self._project.has_wordpress() + self._project.has_wordpress() or self._project.can_crawl() ) # update menu items