mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
added data directory to options -> about
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
const build = require('./build');
|
||||
const packageJson = require('../../package');
|
||||
const {TRILIUM_DATA_DIR} = require('./data_dir');
|
||||
|
||||
const APP_DB_VERSION = 121;
|
||||
const SYNC_VERSION = 2;
|
||||
@@ -11,5 +12,6 @@ module.exports = {
|
||||
dbVersion: APP_DB_VERSION,
|
||||
syncVersion: SYNC_VERSION,
|
||||
buildDate: build.buildDate,
|
||||
buildRevision: build.buildRevision
|
||||
buildRevision: build.buildRevision,
|
||||
dataDirectory: TRILIUM_DATA_DIR
|
||||
};
|
||||
Reference in New Issue
Block a user