fix: resolve key conflicts between local-start-app and plugin-history

This commit is contained in:
magicedy
2025-04-27 12:07:41 +08:00
parent 42aec3403a
commit 986ad42ed7
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ const createPluginManager = (): any => {
const initLocalStartPlugin = () => {
const result = ipcRenderer.sendSync('msg-trigger', {
type: 'dbGet',
data: { id: PLUGIN_HISTORY },
data: { id: 'rubick-local-start-app' },
});
if (result && result.value) {
appList.value.push(...result.value);