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

Function savePerFolderView

renderer.js:665–671  ·  view source on GitHub ↗
(folderPath, view)

Source from the content-addressed store, hash-verified

663window._electronRealEventHandlers['start-batch-tag-generation'] = function(count, filePaths) {
664 var dialog = document.getElementById('tag-preview-dialog');
665 if (dialog && !dialog.open) {
666 dialog.showModal();
667 var container = document.getElementById('tag-preview-container');
668 if (container) container.innerHTML = '<div style="padding: 20px; color: #fff;">Generating tags for ' + (count || 0) + ' model(s)...</div>';
669 }
670};
671
672// Add debug logging utility function
673function debugLog(...args) {
674 if (DEBUG) {

Callers

nothing calls this directly

Calls 1

getPerFolderViewPrefsFunction · 0.85

Tested by

no test coverage detected