Skip to content

Commit

Permalink
Merge pull request #52 from seowings/main
Browse files Browse the repository at this point in the history
Enable Crawl Toolbar - fix for #51
  • Loading branch information
seowings authored Oct 26, 2023
2 parents 2ae2b7d + 71aa04f commit fe56d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/staticwordpress/gui/mainwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe56d35

Please sign in to comment.