add window focus ipc call
This commit is contained in:
parent
d00fb0f3be
commit
308dbe2b4e
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ export const postNavBar = (payload: string): void => (
|
|||
*
|
||||
*/
|
||||
|
||||
export const postWindowBlur = (payload: { isFocused: boolean; }): void => (
|
||||
export const postWindowBlur = (payload: { isFocused: boolean }): void => (
|
||||
post('post-window-focus', payload)
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue