mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-24 08:19:51 +00:00
Revert "Comfy Cloud Badge indicator" (#6047)
Reverts Comfy-Org/ComfyUI_frontend#6043 accidentally merged this.
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
import { isProductionEnvironment } from '@/config/environment'
|
||||
import { useExtensionService } from '@/services/extensionService'
|
||||
|
||||
useExtensionService().registerExtension({
|
||||
name: 'Comfy.CloudBadge',
|
||||
// Only show badge when running in cloud environment
|
||||
topbarBadges: isProductionEnvironment()
|
||||
? [
|
||||
{
|
||||
label: 'BETA',
|
||||
text: 'Comfy Cloud'
|
||||
}
|
||||
]
|
||||
: undefined
|
||||
})
|
||||
@@ -1,5 +1,4 @@
|
||||
import './clipspace'
|
||||
import './cloudBadge'
|
||||
import './contextMenuFilter'
|
||||
import './dynamicPrompts'
|
||||
import './editAttention'
|
||||
|
||||
Reference in New Issue
Block a user