inhibitShorcutsDialog: Fix permission check

Merged Florian Müllner requested to merge fmuellner/gnome-shell:shortcut-perms into main

Each permission entry is an array of strings, so checking that against the expected string itself will always fail.

Fixes #6107 (closed)

Merge request reports