mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
improvements/simplification to the update check
This commit is contained in:
@@ -36,7 +36,8 @@ function index(req, res) {
|
||||
isMainWindow: !req.query.extra,
|
||||
extraHoistedNoteId: req.query.extraHoistedNoteId,
|
||||
isProtectedSessionAvailable: protectedSessionService.isProtectedSessionAvailable(),
|
||||
maxContentWidth: parseInt(options.maxContentWidth)
|
||||
maxContentWidth: parseInt(options.maxContentWidth),
|
||||
triliumVersion: process.env.npm_package_version
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user