Skip to content

Main process Notification doesn't show in the Action Center #20415

@nblthree

Description

@nblthree

Preflight Checklist

  • I have read the Contributing Guidelines for this project.
  • I agree to follow the Code of Conduct that this project adheres to.
  • I have searched the issue tracker for an issue that matches the one I want to file, without success.

Issue Details

  • Electron Version:
    6.0.10
  • Operating System:
    Windows 10

Expected Behavior

After the notification show and hide (close) you should be able to find it inside the Action Center

Actual Behavior

Action Center is empty

To Reproduce

a simple

if (Notification.isSupported()) {
     const notification = new Notification({
         title: 'The title',
         body: 'The body'
      });
      notification.show();
}

Screenshots

Additional Information

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions