mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
Add tray (#2325)
* copied tray from old thread * added visibility changer to tray
This commit is contained in:
@@ -165,9 +165,15 @@ async function registerGlobalShortcuts() {
|
||||
}
|
||||
}
|
||||
|
||||
function getMainWindow() {
|
||||
return mainWindow;
|
||||
}
|
||||
|
||||
|
||||
module.exports = {
|
||||
createMainWindow,
|
||||
createSetupWindow,
|
||||
closeSetupWindow,
|
||||
registerGlobalShortcuts
|
||||
registerGlobalShortcuts,
|
||||
getMainWindow
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user