shellDBus: Update Settings appid

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2175>
This commit is contained in:
Alexander Mikhaylenko 2022-02-11 21:13:50 +05:00 committed by Marge Bot
parent 5442266f28
commit 07f28ceb39

View File

@ -22,7 +22,7 @@ var GnomeShell = class {
this._dbusImpl.export(Gio.DBus.session, '/org/gnome/Shell');
this._senderChecker = new DBusSenderChecker([
'org.gnome.ControlCenter',
'org.gnome.Settings',
'org.gnome.SettingsDaemon.MediaKeys',
]);