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

feat(UI): database version in app footer

This commit is contained in:
2021-02-01 16:31:48 +01:00
parent 88ab7c5a62
commit 15417e8a77
5 changed files with 73 additions and 9 deletions

View File

@ -34,6 +34,10 @@ export default class {
return ipcRenderer.invoke('get-engines', uid);
}
static getVersion (uid) {
return ipcRenderer.invoke('get-version', uid);
}
static useSchema (params) {
return ipcRenderer.invoke('use-schema', params);
}