feat: show a better emoji-confirmation message, hide all emoji stuff from unregistered on items without emojis

This commit is contained in:
2025-10-19 16:41:53 -06:00
parent a4a9293bc2
commit 499fbd2cb3
2 changed files with 18 additions and 6 deletions

View File

@@ -52,7 +52,9 @@ export class WebPlatformService implements PlatformService {
// Only initialize SharedArrayBuffer setup for web platforms
if (this.isWorker()) {
logger.debug("[WebPlatformService] Skipping initBackend call in worker context");
logger.debug(
"[WebPlatformService] Skipping initBackend call in worker context",
);
return;
}