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:
parent
62a4b4a2da
commit
3fccf854be
|
|
@ -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}'")
|
||||
|
|
|
|||
Loading…
Reference in New Issue