mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
fix(banner): remove redundant community support banner registration
This commit is contained in:
@@ -234,8 +234,6 @@ class BannerService {
|
||||
const availableAt = firstSeenAt + COMMUNITY_SUPPORT_BANNER_DELAY_MS;
|
||||
const delay = Math.max(availableAt - now, 0);
|
||||
|
||||
this.registerCommunitySupportBanner();
|
||||
|
||||
if (delay === 0) {
|
||||
this.registerCommunitySupportBanner();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user