sessionMode: Allow extensions at the login and unlock screens
Now extensions can specify which session modes they work in, but specifying the login screen or unlock screen session modes in an extensions metadata still won't work, because those session modes disallow extensions. This commit fixes that. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1967>
This commit is contained in:
@ -74,7 +74,7 @@ var ExtensionManager = class {
|
||||
}
|
||||
|
||||
_extensionSupportsSessionMode(uuid) {
|
||||
let extension = this.lookup(uuid);
|
||||
const extension = this.lookup(uuid);
|
||||
|
||||
if (!extension)
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user