electron-alert icon indicating copy to clipboard operation
electron-alert copied to clipboard

Position toast with respect to window not desktop

Open has-n opened this issue 3 years ago • 0 comments

When firing a toast, the position values are absolute - they're calculated with respect to the desktop.

There should be an option to position them relative to the window bounds instead of desktop bounds.

For instance, these lines could be updated to include window-top-right window-top-left

etc.

I don't have time or would have raised a PR.

has-n avatar Jan 19 '22 22:01 has-n