Migrate to eslint
This commit is contained in:
parent
0fe7e30398
commit
b4e9c278d3
27 changed files with 104 additions and 71 deletions
|
@ -1,9 +1,9 @@
|
|||
import { ipcRenderer } from 'electron';
|
||||
|
||||
export function bounceAppIconStart(isCritical = false) {
|
||||
export function bounceAppIconStart(isCritical = false): void {
|
||||
ipcRenderer.send('bounce-app-icon-start', isCritical);
|
||||
}
|
||||
|
||||
export function bounceAppIconStop() {
|
||||
export function bounceAppIconStop(): void {
|
||||
ipcRenderer.send('bounce-app-icon-stop');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue