Skip to content

Remove Hello World window appearing at startup#2

Open
pbeaudequin wants to merge 1 commit intoyannpom:masterfrom
pbeaudequin:fix/remove-hello-world-window
Open

Remove Hello World window appearing at startup#2
pbeaudequin wants to merge 1 commit intoyannpom:masterfrom
pbeaudequin:fix/remove-hello-world-window

Conversation

@pbeaudequin
Copy link

Summary

  • Replace unused ContentView ("Hello, world!") with EmptyView() in the Settings scene
  • Remove dead ContentView and ContentView_Previews structs
  • Fixes the small "Hello, world!" window that pops up every time Grid launches

Closes #1

Test plan

  • Build and run Grid
  • Verify no "Hello, world!" window appears at startup
  • Verify Grid icon appears in menu bar and works normally

🤖 Generated with Claude Code

Replace unused ContentView with EmptyView in Settings scene.
The ContentView displaying "Hello, world!" was leftover boilerplate
causing a small window to appear on launch.

Closes yannpom#1

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

Hello World window appears at startup

1 participant