mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
attachment download now works also in electron, added option to open the attachment
This commit is contained in:
@@ -15,6 +15,8 @@ require('electron-debug')();
|
||||
// Prevent window being garbage collected
|
||||
let mainWindow;
|
||||
|
||||
require('electron-dl')({ saveAs: true });
|
||||
|
||||
function onClosed() {
|
||||
// Dereference the window
|
||||
// For multiple windows store them in an array
|
||||
|
||||
Reference in New Issue
Block a user