From 05534184a6d46be3daba89b4c228d0db95ccf57e Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Wed, 14 May 2025 07:49:17 +1000 Subject: [PATCH] nit - match setting name style --- src/constants/coreSettings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/coreSettings.ts b/src/constants/coreSettings.ts index 2292ad362..d49394aff 100644 --- a/src/constants/coreSettings.ts +++ b/src/constants/coreSettings.ts @@ -831,7 +831,7 @@ export const CORE_SETTINGS: SettingParams[] = [ }, { id: 'Comfy.Window.TabIconProgress', - name: 'Browser tab icon shows progress', + name: 'Show progress in browser tab icon (favicon)', tooltip: 'Updates the browser tab icon to show the progress of the current task.', type: 'boolean',