mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-30 20:50:52 +08:00
6 lines
170 B
TypeScript
6 lines
170 B
TypeScript
import { IRPCActionType } from '@/utils/enum'
|
|
|
|
export function setCurrentLanguage (lang: string) {
|
|
window.electron.sendRPC(IRPCActionType.SET_CURRENT_LANGUAGE, lang)
|
|
}
|