mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
#98, new option "initialized" which indicates if setup has been finished
This commit is contained in:
@@ -24,7 +24,10 @@ async function testSync() {
|
||||
}
|
||||
|
||||
async function getStats() {
|
||||
return syncService.stats;
|
||||
return {
|
||||
initialized: await optionService.getOption('initialized') === 'true',
|
||||
stats: syncService.stats
|
||||
};
|
||||
}
|
||||
|
||||
async function checkSync() {
|
||||
|
||||
Reference in New Issue
Block a user