fix tauri error

This commit is contained in:
2024-02-19 23:42:51 +01:00
parent a1559e3a2c
commit 065c1bf4c9
5 changed files with 205 additions and 193 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const { invoke } = window.__TAURI__.tauri;
const { invoke } = window.__TAURI__.core;
let master_pw;
let lock_status = true;