remove manual force kill on duplicate instance lock

This commit is contained in:
Gregor Vostrak
2026-04-20 13:55:23 +02:00
parent 2b4c7aaa9a
commit 3a3e15524e
-1
View File
@@ -53,7 +53,6 @@ if (!isE2ETesting()) {
const gotTheLock = app.requestSingleInstanceLock()
if (!gotTheLock) {
app.quit()
process.exit(0)
}
}