diff --git a/main.js b/main.js index 5045bd9..4ab13f1 100755 --- a/main.js +++ b/main.js @@ -56,7 +56,7 @@ console.log("Startup-Folders:", store.get('folders')); let tray = null; - +const MAX_FILES_PER_COMMIT = 20; function createTray(win) { const iconPath = path.join(__dirname, 'assets/icon/trayicon.png');