MCPcopy Create free account
hub / github.com/TechJeeper/Printventory / updateTagPreviewDialog

Function updateTagPreviewDialog

renderer.js:9213–9220  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9211 title: 'Delete Tags',
9212 message: `Are you sure you want to delete ${selectedTags.size} tag(s)?`,
9213 buttons: ['Yes', 'No'],
9214 defaultId: 1,
9215 cancelId: 1
9216 });
9217
9218 if (result.response === 0) {
9219 await deleteSelectedTags();
9220 }
9221 });
9222
9223 // Add this function to update all tag dropdowns

Callers 1

renderer.jsFile · 0.85

Calls 2

deduplicateModelDataFunction · 0.85
showTagPreviewDialogFunction · 0.85

Tested by

no test coverage detected