fix(notification/windows): Grant permission without invoking backend (#1556)

* fix(notification/windows): Grant permission without invoking backend

* fmt
This commit is contained in:
Fabian-Lars
2024-07-23 13:10:58 +02:00
committed by GitHub
parent 117c67da13
commit 725ff4295e
4 changed files with 12 additions and 3 deletions
@@ -0,0 +1,5 @@
---
notification: patch
---
Fixed an issue that caused the `notification` plugin's initialization script to cause the WebView on Windows to throw a `STATUS_ACCESS_VIOLATION` error on remote websites.