mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-29 22:39:45 +08:00
fix: resolve key conflicts between local-start-app and plugin-history
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user