mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
becca conversion WIP
This commit is contained in:
@@ -42,7 +42,7 @@ function getStats() {
|
||||
}
|
||||
|
||||
const stats = {
|
||||
initialized: optionService.getOption('initialized') === 'true',
|
||||
initialized: sql.getValue("SELECT value FROM options WHERE name = 'initialized'") === 'true',
|
||||
outstandingPullCount: syncService.getOutstandingPullCount()
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user