[fix] polkit parse error caused by an extra )

This commit is contained in:
Vamist 2023-12-09 11:48:46 +00:00 committed by afayaz-feral
parent bb40374067
commit e82e9dafd0

View File

@ -5,7 +5,7 @@
polkit.addRule(function (action, subject) {
if ((action.id == "com.feralinteractive.GameMode.governor-helper" ||
action.id == "com.feralinteractive.GameMode.gpu-helper" ||
action.id == "com.feralinteractive.GameMode.cpu-helper") ||
action.id == "com.feralinteractive.GameMode.cpu-helper" ||
action.id == "com.feralinteractive.GameMode.procsys-helper") &&
subject.isInGroup("@GAMEMODE_PRIVILEGED_GROUP@"))
{