mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-05 13:10:24 +00:00
[API Node] Adjust notification dismiss logic and message (#3778)
This commit is contained in:
@@ -393,6 +393,7 @@ export const useDialogService = () => {
|
||||
key: 'api-nodes-news',
|
||||
component: ApiNodesNewsContent,
|
||||
props: {
|
||||
dismissableMask: true,
|
||||
onClose: () => {
|
||||
dialogStore.closeDialog({ key: 'api-nodes-news' })
|
||||
localStorage.setItem('api-nodes-news-seen', 'true')
|
||||
@@ -400,7 +401,6 @@ export const useDialogService = () => {
|
||||
},
|
||||
dialogComponentProps: {
|
||||
closable: false,
|
||||
modal: false,
|
||||
position: 'bottomright'
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user