feat(renderer): PrintPreview overlay + App.tsx mount

This commit is contained in:
2026-06-06 08:11:15 +05:30
parent 324e5676b8
commit 8822c9a2f9
4 changed files with 120 additions and 1 deletions
@@ -63,7 +63,7 @@ export function registerMenuCommands(): void {
useAppStore.getState().setZenMode(!current);
},
'file.print': () => {
/* stub — placeholder for print feature */
if (typeof window !== 'undefined') window.dispatchEvent(new CustomEvent('mc:print'));
},
'git.refresh': () => {
/* stub — actual refresh is a useEffect in GitStatusPanel */