Fix Comfy-Desktop.Reinstall command label (#1844)

This commit is contained in:
Chenlei Hu
2024-12-07 19:13:03 -08:00
committed by GitHub
parent b6038128cb
commit 43548785b5

View File

@@ -103,7 +103,7 @@ import { electronAPI as getElectronAPI, isElectron } from '@/utils/envUtil'
},
{
id: 'Comfy-Desktop.Reinstall',
label: t('desktopMenu.reinstall'),
label: 'Reinstall',
icon: 'pi pi-refresh',
async function() {
const proceed = await showConfirmationDialog({