chore(stubs): Additional web stubs
This commit is contained in:
parent
0596d5e7bd
commit
209ee7d6c7
1 changed files with 8 additions and 1 deletions
|
@ -16,11 +16,18 @@ export const remote = {
|
|||
},
|
||||
Menu: {
|
||||
getApplicationMenu: callable,
|
||||
buildFromTemplate: () => {
|
||||
return {
|
||||
popup: () => {},
|
||||
};
|
||||
},
|
||||
},
|
||||
require: callable,
|
||||
};
|
||||
|
||||
export const clipboard = {};
|
||||
export const clipboard = {
|
||||
readText: () => '',
|
||||
};
|
||||
export const ipcRenderer = {};
|
||||
|
||||
export const isDev = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue