mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-10 15:40:24 +00:00
Floating menu option (#726)
* Add floating menu * Fix * Updates * Add auto-queue change test * Fix
This commit is contained in:
committed by
Chenlei Hu
parent
73a7f7dae0
commit
2d1ff64951
@@ -355,3 +355,12 @@ export const useQueuePendingTaskCountStore = defineStore(
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
export type AutoQueueMode = 'disabled' | 'instant' | 'change'
|
||||
|
||||
export const useQueueSettingsStore = defineStore('queueSettingsStore', {
|
||||
state: () => ({
|
||||
mode: 'disabled' as AutoQueueMode,
|
||||
batchCount: 1
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user