chore: added onAppear to load default page 509938fd
Steve · 2025-12-20 23:49 1 file(s) · +3 −0
Gemini/ContentView.swift +3 −0
238 238
            }
239 239
        }
240 240
        .padding()
241 +
        .onAppear {
242 +
            navigateTo(urlText)
243 +
        }
241 244
        .alert("Input Required", isPresented: $showInputPrompt) {
242 245
            if inputIsSensitive {
243 246
                SecureField("Enter input", text: $inputValue)