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

Make WinToast SHORTCUT_POLICY configurable #16

Closed
cbenhagen opened this issue Jun 3, 2022 · 3 comments
Closed

Make WinToast SHORTCUT_POLICY configurable #16

cbenhagen opened this issue Jun 3, 2022 · 3 comments

Comments

@cbenhagen
Copy link

This fixes #14 && #10.

@lijy91
Copy link
Member

lijy91 commented Jun 3, 2022

I would add a setup method to let the user choose whether to automatically create shortcuts

await localNotifier.setup(
  appName: 'local_notifier_example',
  // The parameter shortcutPolicy only works on Windows
  shortcutPolicy: ShortcutPolicy.requireCreate,
);

@lijy91
Copy link
Member

lijy91 commented Jun 4, 2022

Please update to v0.1.5

@lijy91 lijy91 closed this as completed Jun 4, 2022
@cbenhagen
Copy link
Author

@lijy91 You're awesome!! Thank you!

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

No branches or pull requests

2 participants