Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Welcome window #7

Open
sindresorhus opened this issue Jan 9, 2020 · 0 comments
Open

Welcome window #7

sindresorhus opened this issue Jan 9, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@sindresorhus
Copy link
Owner

There's currently a temporary welcome window:

func showWelcomeScreenIfNeeded() {
guard App.isFirstLaunch else {
return
}
NSApp.activate(ignoringOtherApps: true)
NSAlert.showModal(
message: "Welcome to Plash!",
informativeText: "Plash lives in the menu bar (droplet icon). Click it and then select “Open URL…” to get started.\n\nIf you have any feedback, bug reports, or feature requests, kindly use the “Send Feedback” button in the Plash menu. We respond to all submissions and reported issues will be dealt with swiftly. It's preferable that you report bugs this way rather than as an App Store review, since the App Store will not allow us to contact you for more information."
)
}

But it would be nice to have a better looking welcome window made in SwiftUI.

@sindresorhus sindresorhus added enhancement New feature or request help wanted Extra attention is needed labels Jan 9, 2020
@sindresorhus sindresorhus added the good first issue Good for newcomers label Feb 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant