Calling support
This commit is contained in:
parent
83574eb067
commit
d3a27a6442
72 changed files with 3864 additions and 191 deletions
9
ts/shims/bounceAppIcon.ts
Normal file
9
ts/shims/bounceAppIcon.ts
Normal file
|
@ -0,0 +1,9 @@
|
|||
import { ipcRenderer } from 'electron';
|
||||
|
||||
export function bounceAppIconStart(isCritical = false) {
|
||||
ipcRenderer.send('bounce-app-icon-start', isCritical);
|
||||
}
|
||||
|
||||
export function bounceAppIconStop() {
|
||||
ipcRenderer.send('bounce-app-icon-stop');
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue