From e264a38e0a92ba451c21e64af2abf2d7fb88f919 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 1 Apr 2026 19:40:17 +0300 Subject: z9: fix GUI launch provider propagation --- cmd/totalrecall/main.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmd') diff --git a/cmd/totalrecall/main.go b/cmd/totalrecall/main.go index c58565f..c0bd142 100644 --- a/cmd/totalrecall/main.go +++ b/cmd/totalrecall/main.go @@ -60,6 +60,8 @@ func runCommand(cmd *cobra.Command, args []string, flags *cli.Flags) error { fmt.Printf("Note: Using image size 1024x1024 for DALL-E 3 (use --openai-image-size to override)\n") } + flags.ImageAPISpecified = cmd.Flags().Changed("image-api") + // Create processor proc := processor.NewProcessor(flags) -- cgit v1.2.3