mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-08-05 12:56:49 +02:00
[fix] polkit parse error caused by an extra )
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
polkit.addRule(function (action, subject) {
|
polkit.addRule(function (action, subject) {
|
||||||
if ((action.id == "com.feralinteractive.GameMode.governor-helper" ||
|
if ((action.id == "com.feralinteractive.GameMode.governor-helper" ||
|
||||||
action.id == "com.feralinteractive.GameMode.gpu-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") &&
|
action.id == "com.feralinteractive.GameMode.procsys-helper") &&
|
||||||
subject.isInGroup("@GAMEMODE_PRIVILEGED_GROUP@"))
|
subject.isInGroup("@GAMEMODE_PRIVILEGED_GROUP@"))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user