1
0

Comment out unused import in main.js

This commit is contained in:
2025-05-31 19:17:10 +02:00
parent a69a632dfe
commit 1a125dc530

View File

@@ -1395,7 +1395,7 @@ function buildTrayMenu() {
ipcMain.handle('generate-readme', async (evt, folderPath) => {
// Hole Author aus Settings oder Default
const store = require('./yourStore'); // oder wie auch immer...
// const store = require('./yourStore'); // oder wie auch immer...
const authorName = store.get('author') || 'Unknown';
const licenseType = store.get('license') || 'MIT';
const repoName = path.basename(folderPath);