mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 10:23:33 +00:00
Add button to open browser devtools
This commit is contained in:
parent
4700772e6d
commit
563a4b3a7c
3 changed files with 36 additions and 1 deletions
|
|
@ -13,7 +13,12 @@ const unmaximize = () => {
|
|||
ipcRenderer.send('window-unmaximize');
|
||||
};
|
||||
|
||||
const devtools = () => {
|
||||
ipcRenderer.send('window-dev-tools');
|
||||
};
|
||||
|
||||
export const browser = {
|
||||
devtools,
|
||||
exit,
|
||||
maximize,
|
||||
minimize,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue