mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-04 04:30:04 +00:00
Fix Comfy-Desktop.Reinstall command label (#1844)
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user