Add mechanism for Electron to render toasts (#30765)
* Add mechanism for Electron to render toasts Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Tests Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Vendored
+2
-1
@@ -68,7 +68,8 @@ type ElectronChannel =
|
||||
| "openDesktopCapturerSourcePicker"
|
||||
| "userAccessToken"
|
||||
| "homeserverUrl"
|
||||
| "serverSupportedVersions";
|
||||
| "serverSupportedVersions"
|
||||
| "showToast";
|
||||
|
||||
declare global {
|
||||
// use `number` as the return type in all cases for globalThis.set{Interval,Timeout},
|
||||
|
||||
Reference in New Issue
Block a user