mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-04 04:30:04 +00:00
[skip ci] Add ersionAdded to newly added commands (#1110)
This commit is contained in:
@@ -302,6 +302,7 @@ export const useCommandStore = defineStore('command', () => {
|
||||
id: 'Workspace.NextOpenedWorkflow',
|
||||
icon: 'pi pi-step-forward',
|
||||
label: 'Next Opened Workflow',
|
||||
versionAdded: '1.3.9',
|
||||
function: () => {
|
||||
useWorkflowStore().loadNextOpenedWorkflow()
|
||||
}
|
||||
@@ -310,6 +311,7 @@ export const useCommandStore = defineStore('command', () => {
|
||||
id: 'Workspace.PreviousOpenedWorkflow',
|
||||
icon: 'pi pi-step-backward',
|
||||
label: 'Previous Opened Workflow',
|
||||
versionAdded: '1.3.9',
|
||||
function: () => {
|
||||
useWorkflowStore().loadPreviousOpenedWorkflow()
|
||||
}
|
||||
|
||||
@@ -49,6 +49,7 @@ export const useWorkspaceStore = defineStore('workspace', {
|
||||
icon: tab.icon,
|
||||
label: tab.tooltip,
|
||||
tooltip: tab.tooltip,
|
||||
versionAdded: '1.3.9',
|
||||
function: () => {
|
||||
this.toggleSidebarTab(tab.id)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user