Initial clean project import
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { ipcRenderer } from "electron";
|
||||
|
||||
const writeSourceKey = async (key: string) => {
|
||||
return ipcRenderer.invoke("lang:writeSourceKey", key);
|
||||
};
|
||||
|
||||
const writeSourceKeyUse = async (key: string) => {
|
||||
return ipcRenderer.invoke("lang:writeSourceKeyUse", key);
|
||||
};
|
||||
|
||||
export default {
|
||||
writeSourceKey,
|
||||
writeSourceKeyUse,
|
||||
};
|
||||
Reference in New Issue
Block a user