electron-main: Rework the event index initialization and deletion.
This commit is contained in:
parent
7147af8f80
commit
dd2c210cfb
3 changed files with 24 additions and 7 deletions
|
@ -149,6 +149,10 @@ class SeshatIndexerManager extends BaseEventIndexManager {
|
|||
return this._ipcCall('loadCheckpoints');
|
||||
}
|
||||
|
||||
async closeEventIndex(): Promise<> {
|
||||
return this._ipcCall('closeEventIndex');
|
||||
}
|
||||
|
||||
async deleteEventIndex(): Promise<> {
|
||||
return this._ipcCall('deleteEventIndex');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue