refactor: remove matchmaker accept hotkey and always auto-join

This commit is contained in:
2026-04-15 08:44:20 -07:00
parent db89352ed8
commit ae359497be
4 changed files with 26 additions and 128 deletions
-2
View File
@@ -389,7 +389,6 @@ async function launchApp(): Promise<void> {
if (mm.enabled) {
win.webContents.send('matchmaker-find', {
...mm,
acceptKey: binds.matchmakerAccept,
cancelKey: binds.matchmakerCancel,
});
} else {
@@ -411,7 +410,6 @@ async function launchApp(): Promise<void> {
if (mm.enabled) {
win.webContents.send('matchmaker-find', {
...mm,
acceptKey: binds.matchmakerAccept,
cancelKey: binds.matchmakerCancel,
});
} else {