From 952c0ac70fab73df465c619d4dd8be2c45185638 Mon Sep 17 00:00:00 2001 From: teszt Date: Tue, 7 May 2024 02:49:05 +0200 Subject: [PATCH] Test Commit --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 2788efc..a6d8349 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,4 @@ +// Test commit const remoteMain = require('@electron/remote/main') remoteMain.initialize()