Merge branch 'poljar/seshat-ui' into develop

This commit is contained in:
Damir Jelić 2020-01-24 14:40:54 +01:00
commit 7aff020d4d
2 changed files with 16 additions and 0 deletions

View file

@ -156,6 +156,10 @@ class SeshatIndexManager extends BaseEventIndexManager {
return this._ipcCall('closeEventIndex');
}
async getStats(): Promise<> {
return this._ipcCall('getStats');
}
async deleteEventIndex(): Promise<> {
return this._ipcCall('deleteEventIndex');
}