ui tweaks

This commit is contained in:
nicwands
2026-04-01 10:06:22 -04:00
parent 555cfd4a93
commit a0a5cde33a
8 changed files with 41 additions and 19 deletions

View File

@@ -1,7 +1,5 @@
export default class IpcAdapter {
constructor() {
this._methods = ['init', 'getAll', 'create', 'update', 'delete']
}
constructor() {}
async init() {
return await window.api.adapterCall('init')