Refresh tools list after successful publish

The tool list now refreshes after publishing to immediately show
the updated publish state indicator (✓).

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
rob 2026-01-16 07:20:40 -04:00
parent 62a4b4a2da
commit 3fccf854be
1 changed files with 1 additions and 0 deletions

View File

@ -416,4 +416,5 @@ class ToolsPage(QWidget):
from ..dialogs.publish_dialog import PublishDialog
dialog = PublishDialog(self, self._current_tool)
if dialog.exec():
self.refresh() # Refresh to show updated publish state indicator
self.main_window.show_status(f"Published '{self._current_tool.name}'")