Skip to content

Commit

Permalink
Tools window #206
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Apr 27, 2022
1 parent 42ae271 commit ba951ef
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 185 deletions.
2 changes: 1 addition & 1 deletion app/edit/src/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ const loadCodes = async () => {
* Hide window
*/
const hide = () => {
ipc.send("toggleEdit")
ipc.invoke("toggleToolsWindow")
}

/**
Expand Down
2 changes: 1 addition & 1 deletion app/export/src/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ const saveQrCodes = () => {
* Hide window
*/
const hide = () => {
ipc.send("toggleExport")
ipc.invoke("toggleToolsWindow")
}

/**
Expand Down
Loading

0 comments on commit ba951ef

Please sign in to comment.