mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
refactor(plugin): names
This commit is contained in:
@@ -591,7 +591,6 @@ class PluginLocal extends EventEmitter<
|
||||
this._options.icon = icon && this._resolveResourceFullUrl(icon)
|
||||
this._options.theme = Boolean(logseq.theme || !!logseq.themes)
|
||||
|
||||
// TODO: strategy for Logseq plugins center
|
||||
if (this.isInstalledInDotRoot) {
|
||||
this._id = path.basename(localRoot)
|
||||
} else if (!this.isWebPlugin) {
|
||||
|
||||
Reference in New Issue
Block a user