mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-14 19:49:04 +08:00
bug fix
This commit is contained in:
parent
60783c875e
commit
c58659c7f9
@ -269,7 +269,7 @@ function _getByName(name, arg) {
|
||||
case 'image_quality':
|
||||
return curConn.getImageQuality();
|
||||
case 'translate':
|
||||
const arg = JSON.parse(arg);
|
||||
arg = JSON.parse(arg);
|
||||
return translate(arg.locale, arg.text);
|
||||
case 'peer_option':
|
||||
return curConn.getOption(arg);
|
||||
|
Loading…
Reference in New Issue
Block a user