1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

fix: table options not loaded on restored setting tabs at startup

This commit is contained in:
2021-08-11 16:16:58 +02:00
parent 71e2c911ae
commit 622b519cbb
6 changed files with 109 additions and 9 deletions

View File

@ -14,6 +14,10 @@ export default class {
return ipcRenderer.invoke('get-table-count', params);
}
static getTableOptions (params) {
return ipcRenderer.invoke('get-table-options', params);
}
static getTableIndexes (params) {
return ipcRenderer.invoke('get-table-indexes', params);
}