mirror of
https://github.com/lllin000/PaperForge.git
synced 2026-07-22 06:50:53 +00:00
fix: refresh dashboard stats after sync completes
This commit is contained in:
parent
79b4930f7e
commit
d941acef1c
1 changed files with 2 additions and 1 deletions
|
|
@ -1567,7 +1567,8 @@ class PaperForgeStatusView extends ItemView {
|
|||
const summary = `${elapsed}s \u2014 ${lastUpdated}`;
|
||||
this._showMessage('[OK] ' + a.title + ': ' + summary, 'ok');
|
||||
new Notice('[OK] ' + a.okMsg);
|
||||
this._fetchStats(true);
|
||||
this._cachedStats = null;
|
||||
this._fetchStats();
|
||||
}
|
||||
});
|
||||
child.on('error', (err) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue