Explorar o código

[fix] polkit parse error caused by an extra )

Vamist hai 1 ano
pai
achega
e82e9dafd0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      data/polkit/rules.d/gamemode.rules.in

+ 1 - 1
data/polkit/rules.d/gamemode.rules.in

@@ -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@"))
     {