This commit is contained in:
Mo Bitar
2020-01-31 10:45:59 -06:00
parent 53f6b82dd6
commit 05fd5e7756
8 changed files with 74 additions and 111 deletions

View File

@@ -1,4 +1,5 @@
import { PrivilegesManager } from '@/services/privilegesManager';
import { dateToLocalizedString } from '@/utils';
import template from '%/footer.pug';
import {
APP_STATE_EVENT_EDITOR_FOCUSED,
@@ -268,7 +269,7 @@ class FooterCtrl {
}
syncUpdated() {
this.lastSyncDate = new Date();
this.lastSyncDate = dateToLocalizedString(new Date());
}
onNewUpdateAvailable() {