We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c8a46 commit 19a3213Copy full SHA for 19a3213
1 file changed
src/views/plugin/PluginCardListView.vue
@@ -903,6 +903,7 @@ async function refreshActiveTabData(context: KeepAliveRefreshContext = {}) {
903
}
904
905
await fetchInstalledPlugins(context)
906
+ await fetchUninstalledPlugins(false, context)
907
await getPluginStatistics()
908
// 文件夹配置可能在其它入口被插件操作改变,重新进入时同步一次。
909
await loadPluginFolders()
0 commit comments