Add ItemTree column API (#3186)

This commit is contained in:
windingwind 2023-07-25 12:47:12 +08:00 committed by GitHub
parent 676f820f87
commit c89590c7b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 586 additions and 121 deletions

View file

@ -154,6 +154,7 @@ const xpcomFilesLocal = [
'connector/httpIntegrationClient',
'connector/server_connector',
'connector/server_connectorIntegration',
'itemTreeManager',
];
Components.utils.import("resource://gre/modules/ComponentUtils.jsm");