Skip to content

Fix blank Settings window with menu bar redirect#20

Open
mvanhorn wants to merge 1 commit intofarzaa:mainfrom
mvanhorn:fix/12-blank-settings-window
Open

Fix blank Settings window with menu bar redirect#20
mvanhorn wants to merge 1 commit intofarzaa:mainfrom
mvanhorn:fix/12-blank-settings-window

Conversation

@mvanhorn
Copy link
Copy Markdown

@mvanhorn mvanhorn commented Apr 8, 2026

The Settings scene used EmptyView() to satisfy SwiftUI's one-scene requirement. But pressing Cmd+, still opens it, leaving users with a blank window (#12).

Replaced with a small view that says "Clicky lives in your menu bar" and points users to the menu bar icon. Uses system SF Symbol and standard secondary text colors.

Single file changed, 15 lines added. No new dependencies, no behavior changes outside the Settings window.

Fixes #12

This contribution was developed with AI assistance (Claude Code).

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.

1 participant