Skip to content

Commit

Permalink
Disable media key playing
Browse files Browse the repository at this point in the history
  • Loading branch information
dtcooper authored Aug 13, 2023
1 parent 497271b commit 4baf156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if (squirrelCheck || !singleInstanceLock) {
}
}

app.commandLine.appendSwitch("disable-features", "OutOfBlinkCors")
app.commandLine.appendSwitch("disable-features", "OutOfBlinkCors,HardwareMediaKeyHandling,MediaSessionService")
app.commandLine.appendSwitch("disable-pinch")
app.setAboutPanelOptions({
applicationName: "Tomato Radio Automation\n(Desktop App)",
Expand Down

0 comments on commit 4baf156

Please sign in to comment.