mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-06-12 11:10:01 +08:00
🐛 Fix: disabled plugin won't be shown in plugin page
This commit is contained in:
@@ -35,6 +35,7 @@ class ShortKeyHandler {
|
||||
})
|
||||
}
|
||||
private initPluginsShortKey () {
|
||||
// get enabled plugin
|
||||
const pluginList = picgo.pluginLoader.getList()
|
||||
for (let item of pluginList) {
|
||||
const plugin = picgo.pluginLoader.getPlugin(item)
|
||||
|
||||
Reference in New Issue
Block a user