Skip to content

Fix blank Settings window redirect#97

Open
khaledmhirsi wants to merge 2 commits into
farzaa:mainfrom
khaledmhirsi:codex/fix-settings-redirect
Open

Fix blank Settings window redirect#97
khaledmhirsi wants to merge 2 commits into
farzaa:mainfrom
khaledmhirsi:codex/fix-settings-redirect

Conversation

@khaledmhirsi
Copy link
Copy Markdown

Summary

  • replaces the blank SwiftUI Settings scene with a small redirect view
  • points users to the menu bar controls and permissions instead of leaving an empty window
  • clarifies that provider API keys are configured through the Worker setup, not the app Settings window

Root cause

The menu-bar-only app still exposes SwiftUI's Settings scene through Cmd+,. That scene was EmptyView(), so users who opened Settings saw a blank window and assumed API-key configuration was missing.

Validation

  • swiftc -parse leanring-buddy/*.swift
  • git diff --check origin/main...HEAD

Fixes #12. Supersedes/patches #20, since I could not push directly to the contributor fork.

mvanhorn and others added 2 commits May 22, 2026 23:45
The Settings scene used EmptyView() which left users with a blank
window when pressing Cmd+,. Replace with a small view that explains
the app lives in the menu bar.

Fixes farzaa#12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

can't open settings seeing an empty screen.

2 participants