misc fixes

This commit is contained in:
SpikeHD 2022-05-05 20:31:13 -07:00
parent 7c405a31fd
commit a69e36d7bb
2 changed files with 3 additions and 1 deletions

View File

@ -60,7 +60,7 @@
"alertUserTaken": "用户名已被占用",
"alertPassMismatch": "密码与确认密码不匹配",
"alertAuthNoRegister": "未启用认证,无需注册!",
"alertRegisterSuccess": "注册成功!"
"alertRegisterSuccess": "注册成功!",
"downloadTitle": "下载",
"grassclipperTitle": "GrassClipper",

View File

@ -1,5 +1,7 @@
Neutralino.init()
NL_CWD = NL_CWD.replace(/\//g, '\\')
let localeObj
const filesystem = Neutralino.filesystem
const createCmdWindow = async (command) => {