Move windows-dummy-keystroke fork to signalapp organization

This commit is contained in:
Scott Nonnenberg 2023-08-07 17:39:57 -07:00 committed by GitHub
parent 3299b8f323
commit b2cb722c01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 34 additions and 33 deletions

View file

@ -247,7 +247,7 @@ if (!process.mas) {
} else {
app.on('second-instance', (_e: Electron.Event, argv: Array<string>) => {
// Workaround to let AllowSetForegroundWindow succeed.
// See https://www.npmjs.com/package/windows-dummy-keystroke for a full explanation of why this is needed.
// See https://www.npmjs.com/package/@signalapp/windows-dummy-keystroke for a full explanation of why this is needed.
sendDummyKeystroke?.();
// Someone tried to run a second instance, we should focus our window