mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
extensions: Port app to ESM
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1499>
This commit is contained in:
parent
12f6d7027b
commit
e48ff53a78
1 changed files with 2 additions and 2 deletions
|
|
@ -11,9 +11,9 @@ const Package = imports.package;
|
|||
Package.initFormat();
|
||||
|
||||
const Config = imports.misc.config;
|
||||
const ExtensionUtils = imports.misc.extensionUtils;
|
||||
import * as ExtensionUtils from './misc/extensionUtils.js';
|
||||
|
||||
const { ExtensionState, ExtensionType } = ExtensionUtils;
|
||||
import {ExtensionState, ExtensionType} from './misc/extensionUtils.js';
|
||||
|
||||
const GnomeShellIface = loadInterfaceXML('org.gnome.Shell.Extensions');
|
||||
const GnomeShellProxy = Gio.DBusProxy.makeProxyWrapper(GnomeShellIface);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue