* copied tray from old thread

* added visibility changer to tray
This commit is contained in:
Myzel394
2021-11-14 12:36:39 +00:00
committed by GitHub
parent 8996f35cc0
commit fcc0a80f4e
4 changed files with 126 additions and 3 deletions

View File

@@ -165,9 +165,15 @@ async function registerGlobalShortcuts() {
}
}
function getMainWindow() {
return mainWindow;
}
module.exports = {
createMainWindow,
createSetupWindow,
closeSetupWindow,
registerGlobalShortcuts
registerGlobalShortcuts,
getMainWindow
};