Преглед на файлове

[fix] polkit parse error caused by an extra )

Vamist преди 1 година
родител
ревизия
e82e9dafd0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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@"))
     {