ui tweaks
This commit is contained in:
@@ -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')
|
||||
|
||||
@@ -65,8 +65,6 @@ export const initializeCore = async (runtime, { plugins }) => {
|
||||
|
||||
if (!initPromise) {
|
||||
initPromise = (async () => {
|
||||
const config = await configManager.loadConfig()
|
||||
|
||||
let encryptionKey = config?.encryptionKey
|
||||
|
||||
if (!encryptionKey) {
|
||||
|
||||
Reference in New Issue
Block a user