Skip to content

Commit 8bb272a

Browse files
authored
Better subtask icon per @joemanley201
1 parent cec338b commit 8bb272a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/settings/AutoApproveToggle.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const autoApproveSettingsConfig: Record<AutoApproveSetting, AutoApproveCo
7373
key: "alwaysAllowSubtasks",
7474
labelKey: "settings:autoApprove.subtasks.label",
7575
descriptionKey: "settings:autoApprove.subtasks.description",
76-
icon: "discard",
76+
icon: "list-tree",
7777
testId: "always-allow-subtasks-toggle",
7878
},
7979
alwaysAllowExecute: {

0 commit comments

Comments
 (0)