Skip to content

Hello World window appears at startup #1

@pbeaudequin

Description

@pbeaudequin

Hey! 👋

When launching Grid (or when the computer starts with Grid configured to run at login), a small "Hello, world!" window pops up briefly:

Image

It looks like the default ContentView with Text("Hello, world!") in GridApp.swift is being displayed as a Settings scene on launch.

Since Grid is a menu bar app and all the logic lives in AppDelegate, this ContentView seems to be leftover boilerplate. Replacing it with EmptyView() in the Settings scene should fix it.

Happy to open a PR if you'd like!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions