From a8daf7daad2f94367b9f2cc2a794a43f108e5bb2 Mon Sep 17 00:00:00 2001 From: Jason Date: Tue, 21 Jul 2026 16:27:14 +0800 Subject: [PATCH] fix(codex): add missing AiHubMix preset icon Every other app's AiHubMix preset already sets icon "aihubmix" with iconColor #006FFB; the Codex entry was the only one missing it. --- src/config/codexProviderPresets.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config/codexProviderPresets.ts b/src/config/codexProviderPresets.ts index 0f3cbc478..00c8cddd0 100644 --- a/src/config/codexProviderPresets.ts +++ b/src/config/codexProviderPresets.ts @@ -1127,6 +1127,8 @@ requires_openai_auth = true`, "https://aihubmix.com/v1", "https://api.aihubmix.com/v1", ], + icon: "aihubmix", + iconColor: "#006FFB", }, { name: "CherryIN",