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

How do I specifiy what folder the icon is in? #272

Open
justinjalandoniiwest opened this issue Feb 25, 2021 · 0 comments
Open

How do I specifiy what folder the icon is in? #272

justinjalandoniiwest opened this issue Feb 25, 2021 · 0 comments

Comments

@justinjalandoniiwest
Copy link

justinjalandoniiwest commented Feb 25, 2021

Is this the correct way? How do I specify the directory? This is for a .NET mvc

Push.create("New Message!", {
    body: parsedMessageDetails[MESSAGE],
    icon: '/Content/icons/message-alert.png',
    timeout: 1000,
    onClick: function() {
        window.focus();
        this.close();
    }
});
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

1 participant